DisplayClaim.Description 属性

定义

获取或设置显示声明的说明。Gets or sets a description for the display claim.

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

属性值

String

显示声明的说明。The description for the display claim.

注解

此可选元素提供在安全令牌中返回的声明的语义说明。This optional element provides a description of the semantics for the claim returned in the security token.

适用于