LyncClient.DelegatorClients property

Gets an array of IDelegatorClient objects.

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

Syntax

'Declaration
Public ReadOnly Property DelegatorClients As IList(Of DelegatorClient)
    Get
'Usage
Dim instance As LyncClient
Dim value As IList(Of DelegatorClient)

value = instance.DelegatorClients
public IList<DelegatorClient> DelegatorClients { get; }

Property value

Type: System.Collections.Generic.IList<DelegatorClient>

See also

Reference

LyncClient class

LyncClient members

Microsoft.Lync.Model namespace