Share via


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

Remarks

If the Id property is set to Unknown, then the Name property stores the actual name of the attribute. Otherwise, the Name property matches the name indicated by the Id property.

See also

Reference

HtmlTagContextAttribute structure

HtmlTagContextAttribute members

Microsoft.Exchange.Data.TextConverters namespace