FilterExpression.IsQuickFindFilter Property

Definition

Gets or sets whether the expression is part of a quick find query.

public:
 property bool IsQuickFindFilter { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Order=51)]
public bool IsQuickFindFilter { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Order=51)>]
member this.IsQuickFindFilter : bool with get, set
Public Property IsQuickFindFilter As Boolean

Property Value

true if the filter is part of a quick find query; otherwise, false.

Attributes

Remarks

Setting this property is not sufficient to make a query a quick find query. There are additional requirements that must be met. For more information, see About quick find queries.

Applies to