Data Property

WebKit .NET

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

Gets or sets the content of this processing instruction.

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

Syntax

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

See Also