共用方式為


Claim.Value 屬性

定義

取得宣告的值。

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

屬性值

宣告值。

備註

宣告的值只會以字串表示。 如需更複雜的實值型別,建議您使用標準 XML 架構類型來指出值在字串中序列化和還原序列化的方式。

屬性 ValueType 會提供值的基礎語法類型資訊。 屬性 Type 提供值的相關語意資訊;也就是說,它提供值的意義,並告訴宣告取用者如何解譯該值。

適用於

另請參閱