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 序列化格式由 SerializeAs 类的属性 ProfilePropertyMetadata 确定。