SearchArea.SearchTextValue property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SearchTextValue As String
Get
Set
'Usage
Dim instance As SearchArea
Dim value As String
value = instance.SearchTextValue
instance.SearchTextValue = value
public string SearchTextValue { get; set; }
Property value
Type: System.String