XmlNode.RemoveAttribute Overview¶ void XmlNode.RemoveAttribute ( attributeName ) Removes the attribute with the specified name. Arguments¶ String attributeName Qualified name of attribute. Remarks¶ Examples¶ Removing the attribute with 'Name' $Xml.RemoveAttribute('Name'); See Also¶