Share via


AuthorityPage.Level Property

Gets or sets the authority level setting for an authoritative page.

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

Syntax

'Declaration
Public Property Level As Single
    Get
    Set
'Usage
Dim instance As AuthorityPage
Dim value As Single

value = instance.Level

instance.Level = value
public float Level { get; set; }

Property Value

Type: System.Single
A floating-point number that specifies the level value. Must be 0, 1, or 2.

Remarks

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

Because a Search service application can have several designated authoritative pages, you specify how valuable a specific page is by using the Level property. Set the level for the most valuable authoritative pages to 0.

See Also

Reference

AuthorityPage Class

AuthorityPage Members

Microsoft.Office.Server.Search.Administration Namespace