GroupCollection.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 Group _
)
'Usage
Dim instance As GroupCollection
Dim index As Integer
Dim item As Group
instance.Insert(index, item)
public void Insert(
int index,
Group item
)
Parameters
- index
Type: System.Int32
- item
Type: Microsoft.Lync.Model.Group.Group