Share via


RemotePresenceNotificationEventArgs.Notifications Property

NOTE: This API is now obsolete.

Gets the notifications for a target.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class will be removed from future versions.")> _
Public ReadOnly Property Notifications As Collection(Of RemotePresentityNotificationData)
    Get
'Usage
Dim instance As RemotePresenceNotificationEventArgs
Dim value As Collection(Of RemotePresentityNotificationData)

value = instance.Notifications
[ObsoleteAttribute("This class will be removed from future versions.")]
public Collection<RemotePresentityNotificationData> Notifications { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<RemotePresentityNotificationData>

See Also

Reference

RemotePresenceNotificationEventArgs Class

RemotePresenceNotificationEventArgs Members

Microsoft.Rtc.Collaboration.Presence Namespace