Condividi tramite


XmlSchemaElement.Name Proprietà

Definizione

Ottiene o imposta il nome dell'elemento.

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

Valore della proprietà

String

Nome dell'elemento. Il valore predefinito è String.Empty.

Commenti

Il nome deve essere un NOME NCName (no-colon name) come definito nella specifica World Wide Web Consortium (W3C) XML Namespaces. Name e gli attributi si escludono RefName a vicenda.

Si applica a