Ranking.AuthorityPages Property

Gets the collection of authoritative pages specified for the Search service application.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorityPages As AuthorityPageCollection
    Get
'Usage
Dim instance As Ranking
Dim value As AuthorityPageCollection

value = instance.AuthorityPages
public AuthorityPageCollection AuthorityPages { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.AuthorityPageCollection
An AuthorityPageCollection object representing the collection of authoritative pages.

Remarks

Authoritative pages, designated by the search administrator, are pages that link to the most relevant information.

See Also

Reference

Ranking Class

Ranking Members

Microsoft.Office.Server.Search.Administration Namespace