Share via


NameValueConfigurationElement.Name プロパティ

定義

NameValueConfigurationElement オブジェクトの名前を取得します。

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

プロパティ値

NameValueConfigurationElement オブジェクトの名前。

属性

適用対象