HtmlTagContext.AttributeCollection.Count property
The Count property gets the number of HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection structure.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As HtmlTagContext.AttributeCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
See also
Reference
HtmlTagContext.AttributeCollection structure