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

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace