ConfigurationElementCollection.ClearElementName Propriété

Définition

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

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

Valeur de propriété

Le nom de l’élément.

Exceptions

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

S’applique à