FilterElement.Filter2 Propriedade

Definição

Obtém ou define os dados do filtro2 deste elemento de configuração.Gets or sets the filter2 data of this configuration element. Esse valor é usado apenas quando FilterType está definida como AND.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=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string Filter2 { get; set; }
[<System.Configuration.ConfigurationProperty("filter2", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Filter2 : string with get, set
Public Property Filter2 As String

Valor da propriedade

String

O valor filter2 deste elemento.The filter2 value of this element.

Atributos

Comentários

O conteúdo de Filter2 é usado somente durante a avaliação dos filtros e.The content of Filter2 is only used during evaluation of the AND filters. Para obter mais informações, consulte FilterData.For more information, see FilterData.

Aplica-se a