ScopeDisplayGroup.RemoveAt Method

Removes the scope at the specified index position 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 Sub RemoveAt ( _
    index As Integer _
)
'Usage
Dim instance As ScopeDisplayGroup
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)

Parameters

  • index
    Type: System.Int32
    A 32-bit integer that specifies the index position of the scope to remove.

See Also

Reference

ScopeDisplayGroup Class

ScopeDisplayGroup Members

Microsoft.Office.Server.Search.Administration Namespace