SearchServiceApplication.GetDisplayGroupsCount method
Retrieves the total number of SearchScopeDisplayGroup objects.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetDisplayGroupsCount As Integer
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As Integer
returnValue = instance.GetDisplayGroupsCount()
public int GetDisplayGroupsCount()
Return value
Type: System.Int32
The total number of SearchScopeDisplayGroup objects.
Implements
ISearchSiteAdministrationServiceApplication.GetDisplayGroupsCount()
Remarks
This method retrieves the total number of SearchScopeDisplayGroup objects.
See also
Reference
SearchServiceApplication class