OpenXmlSimpleType.HasValue Property

Gets a value indicating whether underneath text value is valid value.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

OpenXmlSimpleType Class

OpenXmlSimpleType Members

DocumentFormat.OpenXml Namespace