MailBee.NET Objects 4.0

TagAttributeCollection.Item Property

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

public TagAttribute this[
   int index
] {get; set;}

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.
MailBeeInvalidArgumentException value is a null reference (Nothing in Visual Basic).

See Also

TagAttributeCollection Class | MailBee.Html Namespace