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 RemotePresentityNotificationData)
Get
'Usage
Dim instance As RemotePresenceNotificationEventArgs
Dim value As Collection(Of RemotePresentityNotificationData)
value = instance.Notifications
public Collection<RemotePresentityNotificationData> Notifications { get; }
Property Value
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'RemotePresentityNotificationData>)>)>
See Also
Reference
RemotePresenceNotificationEventArgs Class