Location.UserQuery Property
Gets or sets the query to send to the federated location.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UserQuery As String
Get
Set
'Usage
Dim instance As Location
Dim value As String
value = instance.UserQuery
instance.UserQuery = value
public string UserQuery { get; set; }
Property Value
Type: System.String
A string specifying the query.
Remarks
The default value is String.Empty.