Status.Reason 속성

정의

RSTR에서 WS-Trust 유효성 검사 바인딩에 대한 선택적 상태 이유를 가져오거나 설정합니다.

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

속성 값

이유를 포함하는 문자열입니다.

설명

wst:Reason 요소의 내용을 나타냅니다. 이 선택적 요소에는 상태 코드와 관련된 사람이 읽을 수 있는 이유가 포함되어 있습니다.

적용 대상