Gets or sets the application user agent string. This is appended to the user agent header.

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

Syntax

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

Field Value

The application user agent string.

Exceptions

Exception Condition
ArgumentException The user agent string is not formed correctly.

See Also