Gets the GRUU of the endpoint, if any. Can be null.

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

Syntax

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

See Also