ServiceBehaviorAttribute.ShouldSerializeTransactionAutoCompleteOnSessionClose Method

Definition

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

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

Returns

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

Applies to