IsGruu Property

Gets whether 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, otherwise false.

See Also

Reference

RealTimeAddress Class

RealTimeAddress Members

Microsoft.Rtc.Signaling Namespace