HasAttributes Property

WebKit .NET

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

Gets a value indicating whether this node has any attributes.

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

Syntax

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

See Also