FilterElement.Filter1 Propriedade

Definição

Obtém ou define os dados filter1 deste elemento de configuração. Este valor só é usado quando FilterType está definido como E.

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

Valor de Propriedade

O valor filter1 deste elemento.

Atributos

Observações

O conteúdo de Filter1 é usado apenas durante a avaliação do filtro AND. Para obter mais informações, veja FilterData.

Aplica-se a