TagAttributeCollectionItem Property |
Gets or sets the
TagAttribute object at the specified zero-based index in the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic TagAttribute this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As TagAttribute
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index number of the attribute in the collection.
Property Value
Type:
TagAttribute
A
TagAttribute object having the specified zero-based index in the collection.
Exceptions
See Also