DelegateList Property

List of delegates in the notification.

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<(Of <(<'Delegatee>)>)>

See Also

Reference

DelegatesNotificationEventArgs Class

DelegatesNotificationEventArgs Members

Microsoft.Rtc.Collaboration.Presence Namespace