Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the application information about the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetSearchServiceApplicationInfo As SearchServiceApplicationInfo
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As SearchServiceApplicationInfo
returnValue = instance.GetSearchServiceApplicationInfo()
public SearchServiceApplicationInfo GetSearchServiceApplicationInfo()
Return Value
Type: Microsoft.Office.Server.Search.Query.SearchServiceApplicationInfo
The configured properties for the SearchServiceApplication.
Remarks
This method returns the application information for the SearchServiceApplication.
See Also
Reference
SearchServiceApplication Class