Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the specified display group from the 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 ( _
id As Integer _
) As ScopeDisplayGroup
Get
'Usage
Dim instance As ScopeDisplayGroupCollection
Dim id As Integer
Dim value As ScopeDisplayGroup
value = instance(id)
public ScopeDisplayGroup this[
int id
] { get; }
Parameters
- id
Type: System.Int32
Property Value
Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroup
A ScopeDisplayGroup object.
See Also
Reference
ScopeDisplayGroupCollection Class