Share via


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