FilterElement.Filter1 Vlastnost

Definice

Získá nebo nastaví data filter1 tohoto elementu konfigurace. Tato hodnota se používá pouze v případě FilterType , že je nastavena na a.

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

Hodnota vlastnosti

String

Hodnota filter1 tohoto prvku

Atributy

Poznámky

Obsah Filter1 je použit pouze během hodnocení filtru a. Další informace naleznete v tématu FilterData.

Platí pro