ProfilePropertyMetadata.DefaultValue 属性

定义

获取或设置该属性的默认值。

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

属性值

String

如果在 Web.config 文件中定义了该属性的默认值,则为该默认值的序列化表示形式;否则为字符串“(null)”。

属性

注解

属性的 DefaultValue 序列化格式由 SerializeAs 类的属性 ProfilePropertyMetadata 确定。

适用于