ProfilePropertyMetadata.DefaultValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定屬性的預設值。
public:
property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string DefaultValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DefaultValue : string with get, set
Public Property DefaultValue As String
屬性值
如果 Web.config 檔中已定義預設值,則為屬性預設值的序列化表示,否則為字串 "(null)"。
- 屬性
備註
屬性的 DefaultValue 序列化格式是由 類別的 ProfilePropertyMetadata 屬性所 SerializeAs 決定。