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