TransactionScope.IsolationLevel Property

Definition

Gets or sets the IsolationLevel for this TransactionScope.

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

The IsolationLevel for this TransactionScope.

Remarks

This property is read-only at runtime. If the value is set at runtime an InvalidOperationException is thrown.

Applies to