Claim.Value 属性

定义

获取声明的值。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

属性值

String

声明值。

注解

声明的值仅表示为字符串。 对于更复杂的值类型,建议使用标准 XML 架构类型来指示值在字符串中序列化和反序列化的方式。

ValueType 属性提供有关值的基础语法类型信息。 该 Type 属性提供有关值的语义信息;也就是说,它提供值的含义,并告知声明使用者如何解释该值。

适用于

另请参阅