次の方法で共有


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

プロパティ値

拡張機能の名前です。

属性

注釈

名前は一意である必要があります。

適用対象