Description Property

WebKit .NET

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

Gets a description of the error that occurred.

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

Syntax

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

See Also