Gets the trusted Gruu for the application. Can be null.

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

Syntax

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

Remarks

This GRUU is used for privileged operations on application endpoints or for application endpoints which do not register and hence do not have a GRUU.

See Also