AuthorityPage.Status property

Gets information about the status of an authoritative page.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Status As AuthorityPageStatus
    Get
    Private Set
'Usage
Dim instance As AuthorityPage
Dim value As AuthorityPageStatus

value = instance.Status
[DataMemberAttribute]
public AuthorityPageStatus Status { get; private set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.AuthorityPageStatus
A value from the AuthorityPageStatus enumeration describing the status of the authoritative page.

See also

Reference

AuthorityPage class

AuthorityPage members

Microsoft.Office.Server.Search.Administration namespace