Self.Contact property
Gets the Contact object that represents the local user as self that can be used as a normal contact.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Contact As Contact
Get
'Usage
Dim instance As Self
Dim value As Contact
value = instance.Contact
public Contact Contact { get; }
Property value
Type: Microsoft.Lync.Model.Contact