ServiceBehaviorAttribute.ShouldSerializeTransactionIsolationLevel Method

Definition

Returns a value that indicates whether the TransactionIsolationLevel property has changed from its default value and should be serialized.

public:
 bool ShouldSerializeTransactionIsolationLevel();
public bool ShouldSerializeTransactionIsolationLevel ();
member this.ShouldSerializeTransactionIsolationLevel : unit -> bool
Public Function ShouldSerializeTransactionIsolationLevel () As Boolean

Returns

true if the TransactionIsolationLevel property value should be serialized; otherwise, false.

Applies to