ConfigurationElementCollection.RemoveElementName Propiedad

Definición

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

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

Valor de propiedad

Nombre del elemento.

Excepciones

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

Se aplica a