Get the user@host portion of the sip URI, if available. If the sip URI is not available, the value returned is String.Empty.

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