Gets the part of the user agent string that identifies the application.

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 string makes up part of the UserAgent string on the Local Endpoint.

See Also