Overview
Removes the attribute with the specified name.void myXml.RemoveAttribute(attributeName: string)
Arguments
string attributeName
Qualified name of attribute.
Example
Removing the attribute with 'Name'
$Xml.RemoveAttribute('Name');
void myXml.RemoveAttribute(attributeName: string)
Removing the attribute with 'Name'
$Xml.RemoveAttribute('Name');