Edit

Share via


RemotePresenceSubscriptionStateChangedEventArgs.Notifications Property

Definition

Gets the list of presence notifications indexed by the target URI.

public:
 property System::Collections::Generic::IDictionary<Microsoft::Rtc::Signaling::RealTimeAddress ^, Microsoft::Rtc::Collaboration::Presence::PresenceSubscriptionStateChangedEventArgs ^> ^ Notifications { System::Collections::Generic::IDictionary<Microsoft::Rtc::Signaling::RealTimeAddress ^, Microsoft::Rtc::Collaboration::Presence::PresenceSubscriptionStateChangedEventArgs ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.Rtc.Signaling.RealTimeAddress,Microsoft.Rtc.Collaboration.Presence.PresenceSubscriptionStateChangedEventArgs> Notifications { get; }
member this.Notifications : System.Collections.Generic.IDictionary<Microsoft.Rtc.Signaling.RealTimeAddress, Microsoft.Rtc.Collaboration.Presence.PresenceSubscriptionStateChangedEventArgs>
Public ReadOnly Property Notifications As IDictionary(Of RealTimeAddress, PresenceSubscriptionStateChangedEventArgs)

Property Value

Applies to