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 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>