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

See Also

Reference

ContactSubscription Class

ContactSubscription Members

Microsoft.Lync.Model Namespace