AuthorityPageCollection.Item 属性 (Int32)
获取集合中指定索引处的权威网页。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As AuthorityPage
Get
用法
Dim instance As AuthorityPageCollection
Dim index As Integer
Dim value As AuthorityPage
value = instance(index)
public AuthorityPage this[
int index
] { get; }
参数
index
类型:System.Int3232 位整数,它指定索引中的位置。
属性值
类型:Microsoft.Office.Server.Search.Administration.AuthorityPage
一个AuthorityPage对象。