Share via


HtmlAttributeReader.HasValue Property

The HasValue property gets a value indicating whether the current attribute as an associated value.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property HasValue As Boolean
    Get
'Usage
Dim instance As HtmlAttributeReader
Dim value As Boolean

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

Property Value

Type: System.Boolean
The HasValue property returns true if the attribute has a value; otherwise, it returns false.