DemotedSiteCollection.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 DemotedSite
    Get
用法
Dim instance As DemotedSiteCollection
Dim index As Integer
Dim value As DemotedSite

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

参数

  • index
    类型:System.Int32

    32 位整数,它指定索引中的位置。

属性值

类型:Microsoft.Office.Server.Search.Administration.DemotedSite
一个DemotedSite对象。

另请参阅

引用

DemotedSiteCollection 类

DemotedSiteCollection 成员

Item 重载

Microsoft.Office.Server.Search.Administration 命名空间