ContactCollection.Add method
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub Add ( _
item As Contact _
)
'Usage
Dim instance As ContactCollection
Dim item As Contact
instance.Add(item)
public void Add(
Contact item
)
Parameters
- item
Type: Microsoft.Lync.Model.Contact