DelegatingXmlReader.IsEmptyElement PropertyDelegatingXmlReader.IsEmptyElement PropertyDelegatingXmlReader::IsEmptyElement Property

Gets a value indicating whether the current node is an empty element.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the current node is an element (NodeTypeNodeTypeNodeType equals ) that ends with />; otherwise, falseFalsefalse.