HtmlTagContextAttribute.Null field
The static Null field contains a HtmlTagContextAttribute filled with empty values, which do not map to any attribute.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Null As HtmlTagContextAttribute
'Usage
Dim value As HtmlTagContextAttribute
value = HtmlTagContextAttribute.Null
public static readonly HtmlTagContextAttribute Null
Remarks
You can use the Null attribute to initialize new HtmlTagContextAttribute structures, or to it for comparison to HtmlTagContextAttribute structures to determine whether they contain meaningful data.
See also
Reference
HtmlTagContextAttribute structure