Compartir a través de


XmlSchemaElement.DefaultValue Propiedad

Definición

Obtiene o establece el valor predeterminado del elemento si su contenido es un tipo simple o el contenido del elemento es textOnly.

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

Valor de propiedad

Valor predeterminado del elemento. El valor predeterminado es una referencia nula. Opcional.

Comentarios

Los atributos fixed y default son mutuamente excluyentes. Si el elemento contiene un tipo simple, este valor debe ser un valor válido de dicho tipo.

Se aplica a