Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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');
  • No labels