Gets an object to subscribe to or query the Presence of remote Users and Applications.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
RemotePresence 
As 

RemotePresence
C#
public 

RemotePresence 
RemotePresence { 
get; }
Visual C++
public:
property 

RemotePresence^ 
RemotePresence {
	

RemotePresence^ 
get ();
}
JavaScript
function get_
remotePresence();

Remarks

The local endpoint must be registered to subscribe to the Presence of a remote User or Application.

See Also