ValidateSavedQueryRequest.QueryType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of the query.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int QueryType { get; set; }
public:
property int QueryType {
int get();
void set(int value);
}
member QueryType : int with get, set
Public Property QueryType As Integer
Property Value
Type: System.Int32
Type: Int32
The query type, which should be one of the values in the SavedQueryQueryType class.
See Also
ValidateSavedQueryRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright