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