FilterElement.Filter2 Property

Definition

Gets or sets the filter2 data of this configuration element. This value is only used when FilterType is set to AND.

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

Property Value

The filter2 value of this element.

Attributes

Remarks

The content of Filter2 is only used during evaluation of the AND filters. For more information, see FilterData.

Applies to