Claim.ValueType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得宣告的實質型別。
public:
property System::String ^ ValueType { System::String ^ get(); };
public string ValueType { get; }
member this.ValueType : string
Public ReadOnly Property ValueType As String
屬性值
宣告值類型。
備註
ValueType屬性包含字串,可識別值的型別資訊。 這個屬性可用來瞭解值的格式,並提供如何序列化和還原序列化值的相關資訊。 如果您的解決方案需要複雜的實值型別,建議您在 屬性中使用 ValueType 標準 XML 架構類型來指出 Value 屬性的序列化和還原序列化方式。