Share via


ResetUserFiltersRequest.QueryType Property

 

Applies To: Dynamics CRM 2015

Gets or sets the type of filters to set. Required.

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 type of filters to set. Use, OfflineFilters or OutlookFilters.

See Also

ResetUserFiltersRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright