共用方式為


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 物件的名稱。

屬性

適用於