Udostępnij za pośrednictwem


SchemaImporterExtensionElement.Name Właściwość

Definicja

Pobiera lub ustawia nazwę rozszerzenia.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Wartość właściwości

Nazwa rozszerzenia.

Atrybuty

Uwagi

Nazwa musi być unikatowa.

Dotyczy