Compartilhar via


FilterTableEntryCollection.Name Propriedade

Definição

Obtém ou define o nome deste elemento de configuração.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Name : string with get, set
Public Property Name As String

Valor da propriedade

String

O nome exclusivo desse elemento de configuração.

Atributos

Aplica-se a