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