ScopesManager.AllDisplayGroups Property
When overridden in a derived class, gets the collection of scope display groups managed by the ScopesManager.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AllDisplayGroups As ScopeDisplayGroupCollection
Get
'Usage
Dim instance As ScopesManager
Dim value As ScopeDisplayGroupCollection
value = instance.AllDisplayGroups
public abstract ScopeDisplayGroupCollection AllDisplayGroups { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroupCollection
A collection of scope display groups.