Gets or sets whether the element does not have any children.
[Visual Basic] Public Property IsEmpty As Boolean [C#] public bool IsEmpty {get; set;} [C++] public: __property bool get_IsEmpty(); public: __property void set_IsEmpty(bool); [JScript] public function get IsEmpty() : Boolean; public function set IsEmpty(Boolean);
true if the element doesn't have children; false if the element has children.
XmlElement Class | XmlElement Members | System.NewXml Namespace