NameValueConfigurationElement.Name 属性

定义

获取 NameValueConfigurationElement 对象的名称。Gets the name of the NameValueConfigurationElement object.

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

属性值

String

NameValueConfigurationElement 对象的名称。The name of the NameValueConfigurationElement object.

属性

适用于