ConfigurationElementCollection.ClearElementName Propriété

Définition

Obtient ou définit le nom du ConfigurationElement à associer à l'opération d'effacement dans ConfigurationElementCollection en cas de substitution dans une classe dérivée.

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

Valeur de propriété

Nom de l'élément.

Exceptions

La valeur sélectionnée commence par le préfixe réservé "config" ou "lock".

S’applique à