Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Contact object representing 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
Remarks
The contact information you obtain from this property is not reliable or complete when the Self instance is obtained from the DelegatorClient.LyncClient.Self property. To obtain complete and accurate contact information, get a Contact instance representing the delegator by calling ContactManager.GetContactByUri(DelegatorClient.Uri).