XmlSchemaElement.FixedValue Propriedade

Definição

Obtém ou define o valor fixo.

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

Valor da propriedade

String

O valor fixo predeterminado e imutável. O padrão é uma referência nula. Opcional.

Comentários

O conteúdo deve ser um tipo simples ou textOnly. Os fixed atributos e os atributos default são mutuamente exclusivos.

Aplica-se a