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