ITransactedBindingElement.TransactedReceiveEnabled プロパティ

定義

トランザクションが受信操作に対して有効かどうかを指定するブール値を取得します。

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

プロパティ値

true トランザクションが受信操作に対して有効になっている場合。それ以外の場合は false

適用対象