ConfigurationElementCollection.RemoveElementName Propriedade

Definição

Obtém ou define o nome do ConfigurationElement a ser associado à operação de remoção no ConfigurationElementCollection quando substituído em uma classe 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 da propriedade

O nome do elemento.

Exceções

O valor selecionado começa com o prefixo reservado "config" ou "lock".

Aplica-se a