Udostępnij za pośrednictwem


XmlSchemaElement.DefaultValue Właściwość

Definicja

Pobiera lub ustawia wartość domyślną elementu, jeśli jego zawartość jest prostym typem lub zawartością elementu jest textOnly.

public:
 property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
public string? DefaultValue { get; set; }
public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String

Wartość właściwości

String

Wartość domyślna elementu. Wartość domyślna to odwołanie o wartości null. Opcjonalny.

Uwagi

Atrybuty fixed i default wykluczają się wzajemnie. Jeśli element zawiera prosty typ, ta wartość musi być prawidłową wartością tego typu.

Dotyczy