NetNamedPipeBindingElement.TransactionFlow 속성

정의

바인딩에서 WS-Transactions 흐름을 지원하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool TransactionFlow { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("transactionFlow", DefaultValue=false)]
public bool TransactionFlow { get; set; }
[<System.Configuration.ConfigurationProperty("transactionFlow", DefaultValue=false)>]
member this.TransactionFlow : bool with get, set
Public Property TransactionFlow As Boolean

속성 값

Boolean

바인딩이 WS-Transactions 흐름을 지원하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상