ITransactedBindingElement.TransactedReceiveEnabled 屬性

定義

取得布林值 (Boolean),這個值指定是否針對接收作業啟用交易。

public:
 property bool TransactedReceiveEnabled { bool get(); };
public bool TransactedReceiveEnabled { get; }
member this.TransactedReceiveEnabled : bool
Public ReadOnly Property TransactedReceiveEnabled As Boolean

屬性值

如果要針對接收作業啟用交易則為 true,否則為 false

適用於