Share via


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 要素の内容を表します。 この省略可能な要素には、状態コードに関連する人間が判読できる理由が含まれています。

適用対象