Share via


ActiveGruu Property

Gets the GRUU of the application.

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

Syntax

'Declaration
Public ReadOnly Property ActiveGruu As String
    Get
'Usage
Dim instance As CollaborationPlatform
Dim value As String

value = instance.ActiveGruu
public string ActiveGruu { get; }

Property Value

Type: System..::..String

Remarks

The GRUU is used automatically for privileged commands for applications that require it. It is only valid when using the Server model with ApplicationEndpoint, otherwise it is empty.

See Also

Reference

CollaborationPlatform Class

CollaborationPlatform Members

Microsoft.Rtc.Collaboration Namespace