RemotePresentityNotificationData.Uri Property
NOTE: This API is now obsolete.
Gets the remote presentity uri.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions.")> _
Public ReadOnly Property Uri As String
Get
'Usage
Dim instance As RemotePresentityNotificationData
Dim value As String
value = instance.Uri
[ObsoleteAttribute("This class will be removed from future versions.")]
public string Uri { get; }
Property Value
Type: System.String
Remarks
Application should use RealTimeAddress class for uri comparison, instead of string comparison.
See Also
Reference
RemotePresentityNotificationData Class