HtmlAttributeReader.Id property
The Id property gets the current attribute identifier.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Id As HtmlAttributeId
Get
'Usage
Dim instance As HtmlAttributeReader
Dim value As HtmlAttributeId
value = instance.Id
public HtmlAttributeId Id { get; }
Property value
Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeId
The Id method returns one of the HtmlAttributeId enumeration values identifying the current attribute; or Unknown if the attribute is not an identified attribute.