Gets a collection containing the attributes of this node.

[VBScript]
Public ReadOnly Property Attributes As NamedNodeMap
[JScript]
public function get Attributes() : NamedNodeMap;

Property Value

An collection containing the attributes of the node.

If the node is of type NodeType.Element, the attributes of the node are returned; Otherwise, this property returns null.

See Also

Node Object | Node Members | DOM Namespace