HtmlTagContextAttribute.Id Property
The Id property gets an HtmlAttributeId enumeration value indicating the attribute name.
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 HtmlTagContextAttribute
Dim value As HtmlAttributeId
value = instance.Id
public HtmlAttributeId Id { get; }
Property Value
Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeId