ITransactedBindingElement.TransactedReceiveEnabled 属性

定义

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

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

属性值

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

适用于