AuthorityPageCollection.Item 属性 (Int32) (Microsoft.Office.Server.Search.Administration)

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

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AuthorityPage
用法
Dim instance As AuthorityPageCollection
Dim index As Integer
Dim value As AuthorityPage

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

参数

  • index
    A 32-bit integer that specifies the position in the index.

属性值

A AuthorityPage object.

另请参阅

参考

AuthorityPageCollection 类
AuthorityPageCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间