Udostępnij za pośrednictwem


XmlSchemaElement.FixedValue Właściwość

Definicja

Pobiera lub ustawia stałą wartość.

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

Wartość właściwości

String

Stała wartość, która jest wstępnie określona i niezmienna. Wartość domyślna to odwołanie o wartości null. Opcjonalny.

Uwagi

Zawartość powinna być prostym typem lub textOnly. Atrybuty fixed i default wykluczają się wzajemnie.

Dotyczy