Skip to content

RemoveAttribute

Removes the attribute with the specified name.

1
myXml.RemoveAttribute(attributeName: string):void

Parameters

string attributeName
    Qualified name of attribute.

Remarks

Removing the attribute with 'Name'

1
 $Xml.RemoveAttribute('Name');