CorrelationDataDescription.ReceiveValue 属性

定义

在派生类中重写时,指示在接收消息时当前 CorrelationDataDescription 是否可用。

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

属性值

如果在接收消息时当前 CorrelationDataDescription 可用,则为 true;否则为 false

适用于