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 元素的内容。 此可选元素包含与状态代码相关的可读原因。

适用于