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

See also

Reference

ScopeDisplayGroup class

ScopeDisplayGroup members

Microsoft.Office.Server.Search.Administration namespace