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