Share via


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 predeterminado que no puede modificarse. El valor predeterminado es una referencia nula. Opcional.

Comentarios

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

Se aplica a