Condividi tramite


XmlSchemaAttribute.FixedValue Proprietà

Definizione

Ottiene o imposta il valore fisso dell'attributo.

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

Valore della proprietà

Valore fisso dell'attributo. Il valore predefinito è Null. facoltativo.

Commenti

FixedValue indica che il valore dell'attributo, se presente, deve essere uguale al valore fornito. Per impostazione predefinita, questa proprietà è impostata su Null, il che significa che per l'attributo non viene fornito alcun valore fisso. Le fixed proprietà e default si escludono a vicenda.

facoltativo.

Si applica a