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