ConfigurationElementCollection.AddElementName Propiedad

Definición

Obtiene o establece el nombre del objeto ConfigurationElement que se va a asociar a la operación de adición en la colección ConfigurationElementCollection cuando se reemplaza en una clase derivada.

protected:
 property System::String ^ AddElementName { System::String ^ get(); void set(System::String ^ value); };
protected public:
 property System::String ^ AddElementName { System::String ^ get(); void set(System::String ^ value); };
protected string AddElementName { get; set; }
protected internal string AddElementName { get; set; }
member this.AddElementName : string with get, set
Protected Property AddElementName As String
Protected Friend Property AddElementName As String

Valor de propiedad

Nombre del elemento.

Excepciones

El valor seleccionado empieza con el prefijo reservado "config" o "lock".

Se aplica a