Share via


ScopeDisplayGroup.Item Property

Gets the specified scope from the display group's scope collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Scope
    Get
'Usage
Dim instance As ScopeDisplayGroup
Dim index As Integer
Dim value As Scope

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

Parameters

  • index
    Type: System.Int32
    A 32-bit integer that specifies the index.

Property Value

Type: Microsoft.Office.Server.Search.Administration.Scope
A Scope object.

See Also

Reference

ScopeDisplayGroup Class

ScopeDisplayGroup Members

Microsoft.Office.Server.Search.Administration Namespace