RealTimeEndpoint.ApplicationUserAgent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the application user agent string. This is appended to the user agent header.
public:
property System::String ^ ApplicationUserAgent { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationUserAgent { get; set; }
member this.ApplicationUserAgent : string with get, set
Public Property ApplicationUserAgent As String
Property Value
The application user agent string.
Exceptions
The user agent string is not formed correctly.