ContactCollection.Insert Method
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
item As Contact _
)
'Usage
Dim instance As ContactCollection
Dim index As Integer
Dim item As Contact
instance.Insert(index, item)
public void Insert(
int index,
Contact item
)
Parameters
- index
Type: System.Int32
- item
Type: Microsoft.Lync.Model.Contact