DelegatorClient.LyncClient Property
Gets the delegated user's LyncClient.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property LyncClient As LyncClient
Get
'Usage
Dim instance As DelegatorClient
Dim value As LyncClient
value = instance.LyncClient
public LyncClient LyncClient { get; }
Property Value
Type: Microsoft.Lync.Model.LyncClient
Remarks
To get the delegator's Client instance, cast DelegatorClient to Client. You cannot sigh into or out of Lync 2010 using the delegator Client. The parent Client.ConversationManager is used to register for incoming delegated calls. Please note that reading the value of Client.ContactManager on the delegator client returns the delegated user's ContactManager.