次の方法で共有


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シリアル化された形式は、クラスのSerializeAsProfilePropertyMetadataプロパティによって決まります。

適用対象