ApplicationName Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets or sets the application name for the user agent.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public string ApplicationName { get; set; }
Visual Basic (Declaration)
Public Property ApplicationName As String
Visual C++
public:
property String^ ApplicationName {
	String^ get ();
	void set (String^ value);
}

See Also