ContactCollection.Item Property
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As Contact
Get
Set
'Usage
Dim instance As ContactCollection
Dim index As Integer
Dim value As Contact
value = instance(index)
instance(index) = value
public Contact this[
int index
] { get; set; }
Parameters
- index
Type: System.Int32
Property Value
Type: Microsoft.Lync.Model.Contact