ScopeDisplayGroup.Add Method
Adds a scope to 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 Add ( _
scope As Scope _
)
'Usage
Dim instance As ScopeDisplayGroup
Dim scope As Scope
instance.Add(scope)
public void Add(
Scope scope
)
Parameters
scope
Type: Microsoft.Office.Server.Search.Administration.ScopeA Scope object.