Ranking.AuthorityPages Property

Gets the collection of authoritative pages specified for the search service of a Shared Services Provider (SSP).

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 SSP administrator, are pages that link to the most relevant information. For more information about search relevance, see Enterprise Search Relevance Architecture Overview.

See Also

Reference

Ranking Class

Ranking Members

Microsoft.Office.Server.Search.Administration Namespace