UIQuery.Type Property
Gets the type of query being applied to the Server ribbon.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property Type As UIQueryType
Get
'Usage
Dim instance As UIQuery
Dim value As UIQueryType
value = instance.Type
public UIQueryType Type { get; }
Property Value
Type: Microsoft.Web.CommandUI.UIQueryType
A UIQueryType that specifies the type of query.