ValidateSavedQueryRequest.QueryType Property

Definition

Gets or sets the type of the query.

public:
 property int QueryType { int get(); void set(int value); };
public int QueryType { get; set; }
member this.QueryType : int with get, set
Public Property QueryType As Integer

Property Value

The query type, which should be one of the values in the SavedQueryQueryType class.

Applies to