QueryInfo.SearchServiceApplicationID property

Get or sets a unique identifier of the Web Service that is administering and managing the Search components on the server.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SearchServiceApplicationID As String
    Get
    Set
'Usage
Dim instance As QueryInfo
Dim value As String

value = instance.SearchServiceApplicationID

instance.SearchServiceApplicationID = value
[DataMemberAttribute]
public string SearchServiceApplicationID { get; set; }

Property value

Type: System.String
A unique identifier of the SearchServiceApplication.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace