ConfigurationElementCollection.ClearElementName Propiedad

Definición

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

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

Valor de propiedad

String

Nombre del elemento.

Excepciones

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

Se aplica a