TransactionOptions.IsolationLevel Property

Definition

Gets or sets the isolation level of the transaction.

public:
 property System::Transactions::IsolationLevel IsolationLevel { System::Transactions::IsolationLevel get(); void set(System::Transactions::IsolationLevel value); };
public System.Transactions.IsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.Transactions.IsolationLevel with get, set
Public Property IsolationLevel As IsolationLevel

Property Value

A IsolationLevel enumeration that specifies the isolation level of the transaction.

Applies to