SchemaImporterExtensionElement.Name Proprietà

Definizione

Ottiene o imposta il nome dell'estensione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)>]
member this.Name : string with get, set
Public Property Name As String

Valore della proprietà

Nome dell'estensione.

Attributi

Commenti

Il nome deve essere univoco.

Si applica a