Scopes.AllDisplayGroups Property
Gets all the display groups for the Shared Service Provider.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AllDisplayGroups As ScopeDisplayGroupCollection
Get
'Usage
Dim instance As Scopes
Dim value As ScopeDisplayGroupCollection
value = instance.AllDisplayGroups
public ScopeDisplayGroupCollection AllDisplayGroups { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroupCollection
A DisplayGroupCollection object representing the collection of display groups.
Remarks
For more information about scopes and display groups in Enterprise Search, see Working with Search Scopes.