ISearchSiteAdministrationServiceApplication.GetDisplayGroupsInfo-Methode
Ruft Informationen über alle Anzeigegruppen aller Verbraucher Bereich.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetDisplayGroupsInfo As List(Of DisplayGroupInfo)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As List(Of DisplayGroupInfo)
returnValue = instance.GetDisplayGroupsInfo()
[OperationContractAttribute]
List<DisplayGroupInfo> GetDisplayGroupsInfo()
Rückgabewert
Typ: System.Collections.Generic.List<DisplayGroupInfo>
Die Liste der DisplayGroupInfo() -Objekte.
Hinweise
Diese Methode ruft Informationen über alle Anzeigegruppen aller Verbraucher Bereich.
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle