SearchServiceApplication.GetDisplayGroupsCount method
Recupera o número total de objetos deScopeDisplayGroup de Search.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetDisplayGroupsCount As Integer
'Uso
Dim instance As SearchServiceApplication
Dim returnValue As Integer
returnValue = instance.GetDisplayGroupsCount()
public int GetDisplayGroupsCount()
Valor retornado
Type: System.Int32
O número total de objetos deScopeDisplayGroup de Search.
Implements
ISearchSiteAdministrationServiceApplication.GetDisplayGroupsCount()
Comentários
Este método recupera o número total de objetos deScopeDisplayGroup de Search.
Ver também
Referência
SearchServiceApplication class