Gets the trusted GRUU of the application.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ActiveGruu 
As 
String
C#
public 
string 
ActiveGruu { 
get; }
Visual C++
public:
property 
String^ 
ActiveGruu {
	
String^ 
get ();
}
JavaScript
function get_
activeGruu();

Remarks

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

See Also