HtmlAttributeReader.NameIsLong property
The NameIsLong property gets a value indicating whether the attribute name is longer than 128 characters.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property NameIsLong As Boolean
Get
'Usage
Dim instance As HtmlAttributeReader
Dim value As Boolean
value = instance.NameIsLong
public bool NameIsLong { get; }
Property value
Type: System.Boolean
The NameIsLong property is true if the attribute name is longer than 128 characters; otherwise the property is false.