FilterExpression.IsQuickFindFilter Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets whether the expression is part of a quick find query.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute(Order = 51, EmitDefaultValue = false)]
public bool IsQuickFindFilter { get; set; }
<DataMemberAttribute(Order := 51, EmitDefaultValue := False)>
Public Property IsQuickFindFilter As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the filter is part of a quick find query; otherwise, false.
Remarks
For more information, see About the IsQuickFindFilter property.
See Also
FilterExpression Class
Microsoft.Xrm.Sdk.Query Namespace
Use the FilterExpression class
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright