ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo method

Retrieves the information likely to change for the specified Search scope.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function GetVolatileScopeInfo ( _
    scopeId As Integer _
) As ScopeInfo
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeId As Integer
Dim returnValue As ScopeInfo

returnValue = instance.GetVolatileScopeInfo(scopeId)
[OperationContractAttribute]
ScopeInfo GetVolatileScopeInfo(
    int scopeId
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.ScopeInfo
The information about the Search scope.

Remarks

Implementing classes should ensure that the value of the scopeId parameter must not be null .

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace