PickerDialog.QueryControl property
Gets a PickerQueryControlBase object that was used to construct this object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property QueryControl As PickerQueryControlBase
Get
'Usage
Dim instance As PickerDialog
Dim value As PickerQueryControlBase
value = instance.QueryControl
public PickerQueryControlBase QueryControl { get; }
Property value
Type: Microsoft.SharePoint.WebControls.PickerQueryControlBase
The PickerQueryControlBase object.