Gruu Property

Gets or sets the [GRUU] of the endpoint, if any.

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

Remarks

Can be null.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace