RemoteScopes.AllDisplayGroups property

Gets all of the ScopeDisplayGroup objects of the RemoteScopes.

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 RemoteScopes
Dim value As ScopeDisplayGroupCollection

value = instance.AllDisplayGroups
public override ScopeDisplayGroupCollection AllDisplayGroups { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroupCollection
A collection of ScopeDisplayGroup objects.

See also

Reference

RemoteScopes class

RemoteScopes members

Microsoft.Office.Server.Search.Administration namespace