MailBee.NET Objects 7.2

TagAttributeReadOnlyCollection.Item Property

Gets the TagAttribute object at the specified zero-based index in the collection.

public TagAttribute this[
   int index
] {get;}

Parameters

index
The zero-based index number of the attribute in the collection.

Property Value

A TagAttribute object having the specified zero-based index in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

TagAttributeReadOnlyCollection Class | MailBee.Html Namespace