RealTimeEndpoint.Id Property
Gets the ID for this endpoint. The same URI may be used on different endpoints. The ID is unique across all endpoints having the same URI.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Id As String
Get
'Usage
Dim instance As RealTimeEndpoint
Dim value As String
value = instance.Id
public string Id { get; }
Property Value
Type: System.String