ScopeDisplayGroup.Remove method
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.