Description

Holds reference to collection of entity attributes.


Property type

A wodHtmlAttributes object.  


Syntax

object.Attributes



The Attributes Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHtmlEntity.

Remarks

Attributes property will return reference to object that contains collection of all attributes for the entity. For example, entity created from this html fragment:

<IMG src="image.jpg" border=0>

would contain IwodHtmlAttributes collection with two items - one for src="image.jpg" and other for border=0.