XdmReader.IsEmptyElement PropertyXdmReader.IsEmptyElement PropertyXdmReader::IsEmptyElement Property

Gets a value indicating whether the current node is an empty element (for example, <MyElement/>).

Syntax

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