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

Removes all attributes from the element.

[Visual Basic]
Overridable Public Sub RemoveAllAttributes()
[C#]
public virtual void RemoveAllAttributes();
[C++]
public: virtual void RemoveAllAttributes();
[JScript]
public function RemoveAllAttributes();

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace