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; }
member this.FixedValue : string with get, set
Public Property FixedValue As String

Valor de Propriedade

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

Observações

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

Aplica-se a