OpenXmlElement.HasAttributes Property

Gets a boolean value indicating whether the current element has any attributes.

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

Syntax

'Declaration
Public ReadOnly Property HasAttributes As Boolean
    Get
'Usage
Dim instance As OpenXmlElement
Dim value As Boolean

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace