PickerQueryControlBase.QueryText Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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