PickerQueryControlBase.QueryText property

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

Syntax

'Declaration
Public Property QueryText As String
    Get
    Set
'Usage
Dim instance As PickerQueryControlBase
Dim value As String

value = instance.QueryText

instance.QueryText = value
public string QueryText { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

PickerQueryControlBase class

PickerQueryControlBase members

Microsoft.SharePoint.WebControls namespace