Share via


Claim.ValueType 屬性

定義

取得宣告的實質型別。

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

屬性值

String

宣告值類型。

備註

ValueType屬性包含字串,可識別值的型別資訊。 這個屬性可用來瞭解值的格式,並提供如何序列化和還原序列化值的相關資訊。 如果您的解決方案需要複雜的實值型別,建議您在 屬性中使用 ValueType 標準 XML 架構類型來指出 Value 屬性的序列化和還原序列化方式。

適用於

另請參閱