Gets the application user agent string.

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

Syntax

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

Remarks

This property can be used to build the overall UserAgent string for each endpoint.

See Also