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.
Retrieves the information that is likely to change for a Search scope system in the Search application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetVolatileScopesManagerInfo As VolatileScopesManagerInfo
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As VolatileScopesManagerInfo
returnValue = instance.GetVolatileScopesManagerInfo()
[OperationContractAttribute]
VolatileScopesManagerInfo GetVolatileScopesManagerInfo()
Return Value
Type: Microsoft.Office.Server.Search.Administration.VolatileScopesManagerInfo
The information that is likely to change for a Search scope system.
Remarks
This method retrieves the information that is likely to change for a Search scopes system in the Search application.
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface