Share via


HtmlAttributeReader.ValueIsLong Property

The ValueIsLong property gets a value indicating whether the attribute value 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 ValueIsLong As Boolean
    Get
'Usage
Dim instance As HtmlAttributeReader
Dim value As Boolean

value = instance.ValueIsLong
public bool ValueIsLong { get; }

Property Value

Type: System.Boolean
The ValueIsLong property is true if the attribute value is longer than 128 characters; otherwise the property is false.