Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Overrides ReadOnly Property AllDisplayGroups As ScopeDisplayGroupCollection
Get
'Usage
Dim instance As Scopes
Dim value As ScopeDisplayGroupCollection
value = instance.AllDisplayGroups
public override 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 SharePoint Enterprise Search, see Working with Search Scopes.