다음을 통해 공유


PseudonymRequestMessage.Result 속성

정의

메시지의 wresult 매개 변수를 가져오거나 설정합니다.

public:
 property System::String ^ Result { System::String ^ get(); void set(System::String ^ value); };
public string Result { get; set; }
member this.Result : string with get, set
Public Property Result As String

속성 값

wresult 매개 변수의 값이 들어 있는 문자열입니다.

설명

null 또는 메시지의 wresult 매개 변수를 제거 하려면 빈 문자열입니다.

적용 대상