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.HasAttributes

Indicates whether this element has any attributes.

[Visual Basic]
Public ReadOnly Property HasAttributes As Boolean
[C#]
public bool HasAttributes {get;}
[C++]
public: __property bool get_HasAttributes();
[JScript]
public function get HasAttributes() : Boolean;

Property Value

true if this element has one or more attributes, false if the element has no attributes.

See Also

XmlElement Class | XmlElement Members | System.Xml Namespace | Attributes