Udostępnij za pośrednictwem


ProfilePropertyMetadata.DefaultValue Właściwość

Definicja

Pobiera lub ustawia wartość domyślną właściwości.

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

Wartość właściwości

String

Serializowana reprezentacja wartości domyślnej właściwości, jeśli wartość domyślna jest zdefiniowana w pliku Web.config; w przeciwnym razie ciąg "(null)".

Atrybuty

Uwagi

Serializowany format DefaultValue właściwości jest określany przez SerializeAs właściwość ProfilePropertyMetadata klasy.

Dotyczy