Compartilhar via


AuthorityPageCollection.Item property (Int32)

Obtém a página autoridade no índice especificado na coleção.

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

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AuthorityPage
    Get
'Uso
Dim instance As AuthorityPageCollection
Dim index As Integer
Dim value As AuthorityPage

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

Parâmetros

  • index
    Type: System.Int32

    Um inteiro de 32 bits que especifica a posição no índice.

Property value

Type: Microsoft.Office.Server.Search.Administration.AuthorityPage
Um objeto AuthorityPage .

Ver também

Referência

AuthorityPageCollection class

AuthorityPageCollection members

Item overload

Microsoft.Office.Server.Search.Administration namespace