FilterExpression.IsQuickFindFilter Property
Applies To: Dynamics CRM 2015
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; }
public:
[DataMemberAttribute(Order = 51, EmitDefaultValue = false)]
property bool IsQuickFindFilter {
bool get();
void set(bool value);
}
[<DataMemberAttribute(Order = 51, EmitDefaultValue = false)>]
member IsQuickFindFilter : bool with 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
© 2016 Microsoft. All rights reserved. Copyright