SAVED_QUERY_TYPE Class

The SAVED_QUERY_TYPE class lists the types of saved queries. Please note that although the APIs may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   SAVED_QUERY_TYPE

[Visual Basic .NET]
Public Class SAVED_QUERY_TYPE
   Inherits System.Object
[C#]
public class SAVED_QUERY_TYPE: System.Object
[C++]
public __gc class SAVED_QUERY_TYPE: public System.Object

The SAVED_QUERY_TYPE class exposes the following integer fields.

Field Value Description
ADVANCED_SEARCH 1 Specifies an advanced search.
MAIN_APPLICATION_VIEW 0 Specifies the main application view.
SUB_GRID 2 Specifies a sub-grid.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.