ContactSubscription.AddContact Method
Adds a contact to a subscription.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub AddContact ( _
contact As Contact _
)
'Usage
Dim instance As ContactSubscription
Dim contact As Contact
instance.AddContact(contact)
public void AddContact(
Contact contact
)
Parameters
- contact
Type: Microsoft.Lync.Model.Contact