Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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