Description

Holds reference to specific item in the collection.


Property type

A wodHtmlAttribute object.  Reference to attribute object.


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHtmlAttributes.
Index Required. A Variant value. Integer as attribute index, or string expression as attribute name (case insensitive).

Remarks

Item property will return specific attribute object from the collection of all attributes in the entity. You can search it using its index, or can use attribute name in Index argument.

If no attribute is found that matches your index, error will be returned.