Holds total count of attributes in the collection.
An Integer value.
object.Count
The Count Property syntax has these parts:
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.