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

プロパティ値

true メッセージの受信中に現在の CorrelationDataDescription が使用可能な場合は。それ以外の場合は false

適用対象