OpenXmlReader.HasAttributes Property
Gets a value indicating whether the current node has any attributes.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HasAttributes As Boolean
Get
'Usage
Dim instance As OpenXmlReader
Dim value As Boolean
value = instance.HasAttributes
public virtual bool HasAttributes { get; }
Property Value
Type: System.Boolean
Returns Boolean.