NameValueConfigurationElement.Name Propiedad

Definición

Obtiene el nombre del NameValueConfigurationElement objeto .

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

Valor de propiedad

Nombre del NameValueConfigurationElement objeto.

Atributos

Se aplica a