TagAttributeCollectionItem Property |
Gets or sets the
TagAttribute object at the specified zero-based index in the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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