Xml GetAttribute¶ Gets an attribute value on the current node. 1myXml.GetAttribute(attributeName: string):string Parameters¶ string attributeName The name of the attribute. Remarks¶ Returns null if the attribute does not exist. Basic Usage¶ 1var name = $Xml.GetAttribute('Name');