DelegatingXmlReader.HasAttributes PropertyDelegatingXmlReader.HasAttributes PropertyDelegatingXmlReader::HasAttributes Property

Gets a value indicating whether the current node has any attributes.

Syntax

Public Overrides ReadOnly Property HasAttributes As Boolean
        Get
public override bool HasAttributes { get; }
public:
virtual property bool HasAttributes {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the current node has attributes; otherwise, falseFalsefalse.