DelegatorClientCollectionEventArgs.DelegatorClient Property
Gets the delegate endpoint object added or removed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property DelegatorClient As DelegatorClient
Get
'Usage
Dim instance As DelegatorClientCollectionEventArgs
Dim value As DelegatorClient
value = instance.DelegatorClient
public DelegatorClient DelegatorClient { get; }
Property Value
Type: Microsoft.Lync.Model.DelegatorClient
See Also
Reference
DelegatorClientCollectionEventArgs Class