FilterExpression.IsQuickFindFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.