Represents the presence of a remote user.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
RemotePresentityNotificationData
C#
public 
class 
RemotePresentityNotificationData
Visual C++
public 
ref class 
RemotePresentityNotificationData
JavaScript

Microsoft.Rtc.Collaboration.Presence.RemotePresentityNotificationData
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.Presence.RemotePresentityNotificationData');

Remarks

This is used as a parameter in RemotePresenceNotificationEventArgsdenoting the presence data of a single target.

If PresenceData is null, the remote user is a rich presence client otherwise the remote user is a Office Communicator 2005 client or a Public Cloud user.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . RemotePresentityNotificationData

See Also