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 about 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 GetScopeInfo ( _
scopeId As Integer _
) As ScopeInfo
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeId As Integer
Dim returnValue As ScopeInfo
returnValue = instance.GetScopeInfo(scopeId)
[OperationContractAttribute]
ScopeInfo GetScopeInfo(
int scopeId
)
Parameters
scopeId
Type: System.Int32The ID of the Scope object.
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