XElement.LastAttribute Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the last attribute of this element.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Property Value
Type: System.Xml.Linq.XAttributeAn XAttribute that contains the last attribute of this element.
Show: