SearchServiceApplication.GetVolatileScopesManagerInfo Method
Retrieves the VolatileScopesManagerInfo that is likely to change for a SearchScopes 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 SearchServiceApplication
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 SearchScopes.
Implements
ISearchSiteAdministrationServiceApplication.GetVolatileScopesManagerInfo()
Remarks
This method retrieves the VolatileScopesManagerInfo that is likely to change for a SearchScopes system in the Search application.
See Also
Reference
SearchServiceApplication Class