Share via


SchemaImporterExtensionElement.Name 屬性

定義

取得或設定擴充功能的名稱。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

屬性值

String

延伸模組的名稱。

屬性

備註

名稱必須是唯一的。

適用於