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

Gets the demoted site 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 DemotedSite
用法
Dim instance As DemotedSiteCollection
Dim index As Integer
Dim value As DemotedSite

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

参数

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

属性值

A DemotedSite object.

另请参阅

参考

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