ITransactedBindingElement.TransactedReceiveEnabled 属性

定义

获取一个布尔指,该值指定是否为接收操作启用了事务。

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

属性值

如果为接收操作启用了事务,则为 true;否则为 false

适用于