ConfigurationElementCollection.AddElementName Propriedade

Definição

Obtém ou define o nome do ConfigurationElement a ser associado à operação de adição no ConfigurationElementCollection quando substituído em uma classe derivada.

protected:
 property System::String ^ AddElementName { System::String ^ get(); void set(System::String ^ value); };
protected public:
 property System::String ^ AddElementName { System::String ^ get(); void set(System::String ^ value); };
protected string AddElementName { get; set; }
protected internal string AddElementName { get; set; }
member this.AddElementName : string with get, set
Protected Property AddElementName As String
Protected Friend Property AddElementName 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