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