RealTimeAddress.IsGruu Property
Gets the value indicating if the URI passed is a GRUU URI.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsGruu As Boolean
Get
'Usage
Dim instance As RealTimeAddress
Dim value As Boolean
value = instance.IsGruu
public bool IsGruu { get; }
Property Value
Type: System.Boolean
True if the URI is a GRUU URI, false otherwise.