NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlElement.IsEmpty

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);

Property Value

true if the element doesn't have children; false if the element has children.

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace