Share via


RealTimeEndpoint.Gruu Property

Gets the GRUU of the endpoint, if any. Can be null.

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

Syntax

'Declaration
Public Property Gruu As String
    Get
    Protected Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As String

value = instance.Gruu

instance.Gruu = value
public string Gruu { get; protected set; }

Property Value

Type: System.String

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace