NetTcpBindingElement.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

屬性

適用於