Uuid Property

Gets the universally unique identifier (UUID) of the endpoint.

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

Syntax

'Declaration
Public ReadOnly Property Uuid As String
    Get
'Usage
Dim instance As SipEndpoint
Dim value As String

value = instance.Uuid
public string Uuid { get; }

Property Value

Type: System..::..String
A string containing the UUID of the endpoint.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace