HtmlTagContextAttribute.IsNull property
The IsNull property gets a Boolean value indicating whether this HtmlTagContextAttribute object contains meaningful data.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsNull As Boolean
Get
'Usage
Dim instance As HtmlTagContextAttribute
Dim value As Boolean
value = instance.IsNull
public bool IsNull { get; }
Property value
Type: System.Boolean
See also
Reference
HtmlTagContextAttribute structure