Gets the 'user@host' part of the URI.

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

Syntax

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

See Also