ScopeDisplayGroupCollection.Item 属性 (Microsoft.Office.Server.Search.Administration)

Gets the specified display group from the collection.

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

语法

声明
Public ReadOnly Default Property Item ( _
    id As Integer _
) As ScopeDisplayGroup
用法
Dim instance As ScopeDisplayGroupCollection
Dim id As Integer
Dim value As ScopeDisplayGroup

value = instance(id)
public ScopeDisplayGroup this [
    int id
] { get; }

参数

  • id

属性值

A ScopeDisplayGroup object.

另请参阅

参考

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