Share via


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입니다.

적용 대상