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.
Removes the specified scope from the display group's scope collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Remove ( _
scope As Scope _
)
'Usage
Dim instance As ScopeDisplayGroup
Dim scope As Scope
instance.Remove(scope)
public void Remove(
Scope scope
)
Parameters
scope
Type: Microsoft.Office.Server.Search.Administration.ScopeA Scope object.