RemotePresence Property

Gets the service that can be used to subscribe for presence information.

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

Syntax

'Declaration
Public ReadOnly Property RemotePresence As RemotePresence
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As RemotePresence

value = instance.RemotePresence
public RemotePresence RemotePresence { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence..::..RemotePresence

Remarks

Can only be supported if the endpoint is registered on a server.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace