Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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'

Code Block
languagejs
$Xml.RemoveAttribute('Name');