SearchServiceApplicationProxy.GetAuthorityPages-Methode
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetAuthorityPages ( _
owner As SearchObjectOwner _
) As List(Of AuthorityPage)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As List(Of AuthorityPage)
returnValue = instance.GetAuthorityPages(owner)
public List<AuthorityPage> GetAuthorityPages(
SearchObjectOwner owner
)
Parameter
Rückgabewert
Typ: System.Collections.Generic.List<AuthorityPage>
Implementiert
ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)
Siehe auch
Referenz
SearchServiceApplicationProxy Klasse