PickerQueryControlBase.ExecuteQuery method (String, String)

Runs a query against the specified group with the specified search type.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub ExecuteQuery ( _
    group As String, _
    search As String _
)
'Usage
Dim group As String
Dim search As String

Me.ExecuteQuery(group, search)
protected void ExecuteQuery(
    string group,
    string search
)

Parameters

See also

Reference

PickerQueryControlBase class

PickerQueryControlBase members

ExecuteQuery overload

Microsoft.SharePoint.WebControls namespace