XmlNode.GetAttribute
Overview¶
String XmlNode.GetAttribute ( attributeName )
Arguments¶
String attributeName
Specifies the name of the attribute
Remarks¶
If attribute is not exists return value is null.
Examples¶
Basic Usage
var name = $Xml.GetAttribute('Name');