Share via


GroupCollection.Item Property

Returns an item at a given index in the collection.

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Default Property Item ( _
    _index As Integer _
) As Group
    Get
    Set
'Usage
Dim instance As GroupCollection
Dim _index As Integer
Dim value As Group

value = instance(_index)

instance(_index) = value
public Group this[
    int _index
] { get; set; }

Parameters

Property Value

Type: Microsoft.Lync.Model.Group.Group

Implements

IList<T>.Item[Int32]

See Also

Reference

GroupCollection Class

GroupCollection Members

Microsoft.Lync.Model.Group Namespace