SearchServiceApplicationProxy.GetVolatileScopesManagerInfo Method
Retrieves the information that is likely to change for a Search scopes system in the Search application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetVolatileScopesManagerInfo As VolatileScopesManagerInfo
'Usage
Dim instance As SearchServiceApplicationProxy
Dim returnValue As VolatileScopesManagerInfo
returnValue = instance.GetVolatileScopesManagerInfo()
public VolatileScopesManagerInfo GetVolatileScopesManagerInfo()
Return Value
Type: Microsoft.Office.Server.Search.Administration.VolatileScopesManagerInfo
The information that is likely to change for a Search scopes system in the Search application.
Implements
ISearchSiteAdministrationServiceApplication.GetVolatileScopesManagerInfo()
Exceptions
Exception | Condition |
---|---|
Exception | An error occurred during application execution. |
Remarks
This method gets the details likely to change for a Search scopes system in the Search application.
See Also
Reference
SearchServiceApplicationProxy Class