AuthorityPageCollection.Item Property (Int32)

Gets the authoritative page at the specified index in the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AuthorityPage
    Get
'Usage
Dim instance As AuthorityPageCollection
Dim index As Integer
Dim value As AuthorityPage

value = instance(index)
public AuthorityPage this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32
    A 32-bit integer that specifies the position in the index.

Property Value

Type: Microsoft.Office.Server.Search.Administration.AuthorityPage
A AuthorityPage object.

See Also

Reference

AuthorityPageCollection Class

AuthorityPageCollection Members

Item Overload

Microsoft.Office.Server.Search.Administration Namespace