XmlSchemaElement.FixedValue Propiedad

Definición

Obtiene o establece el valor fijo.

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 de propiedad

Valor fijo que está predeterminado e inmutable. El valor predeterminado es una referencia nula. Optional.

Comentarios

El contenido debe ser un tipo simple o textOnly. Los fixed atributos y default son mutuamente excluyentes.

Se aplica a