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
public HtmlAttributeId Id { get; }
public:
property HtmlAttributeId Id {
HtmlAttributeId get ();
}
/** @property */
public HtmlAttributeId get_Id ()
public function get Id () : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003