Share via


Id Property

Gets the [ID] for this endpoint.

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

Remarks

The same [URI] can be used on different endpoints. The [ID] is unique across all endpoints having the same [URI].

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace