Specified Property

WebKit .NET

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

Gets whether the attribute value is set in the document.

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

Syntax

C#
public bool Specified { get; }
Visual Basic (Declaration)
Public ReadOnly Property Specified As Boolean
Visual C++
public:
property bool Specified {
	bool get ();
}

See Also