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

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Notifications 
As 
IDictionary(
Of 

RealTimeAddress, 

PresenceSubscriptionStateChangedEventArgs)
C#
public 
IDictionary<

RealTimeAddress, 

PresenceSubscriptionStateChangedEventArgs> 
Notifications { 
get; }
Visual C++
public:
property 
IDictionary<

RealTimeAddress^, 

PresenceSubscriptionStateChangedEventArgs^>^ 
Notifications {
	
IDictionary<

RealTimeAddress^, 

PresenceSubscriptionStateChangedEventArgs^>^ 
get ();
}
JavaScript
function get_
notifications();

See Also