DelegatesNotificationEventArgs.DelegateList Property
Gets the list of delegates.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DelegateList As Collection(Of Delegatee)
Get
'Usage
Dim instance As DelegatesNotificationEventArgs
Dim value As Collection(Of Delegatee)
value = instance.DelegateList
public Collection<Delegatee> DelegateList { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<Delegatee>
See Also
Reference
DelegatesNotificationEventArgs Class