Description

Holds total count of attributes in the collection.


Property type

An Integer value.  


Syntax

object.Count



The Count Property syntax has these parts:

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

Remarks

Count property will return total number of attributes found in the entity. For example, in

<HEAD>

entity there are no attributes (Count = 0), but in

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

there are two attributes.