Contact.ContactManager property

Gets the parent Contact and Group Manager of this contact.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property ContactManager As ContactManager
    Get
'Usage
Dim instance As Contact
Dim value As ContactManager

value = instance.ContactManager
public ContactManager ContactManager { get; }

Property value

Type: Microsoft.Lync.Model.ContactManager

See also

Reference

Contact class

Contact members

Microsoft.Lync.Model namespace