XmlSchemaType.Name Proprietà

Definizione

Ottiene o imposta il nome del tipo.

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à

Nome del tipo.

Commenti

Il nome deve essere un nome senza due punti (NCName) come definito nella specifica World Wide Web Consortium (W3C) XML Namespaces. Se specificato, il nome deve essere univoco tra tutti gli simpleType elementi e complexType .

Si applica a