System.Xml.Linq.XAttribute
Represents an XML attribute.
Gets an empty collection of attributes.
Determines if this attribute is a namespace declaration.
Gets the expanded name of this attribute.
Gets the next attribute of the parent element.
Gets the previous attribute of the parent element.
Gets or sets the value of this attribute.
Initializes a new instance of the XAttribute class from the specified name and value.
Initializes a new instance of the XAttribute class from another XAttribute object.
Cast the value of this XAttribute to a String.
Cast the value of this XAttribute to a Boolean.
Cast the value of this XAttribute to an Int32.
Cast the value of this XAttribute to a UInt32.
Cast the value of this XAttribute to an Int64.
Cast the value of this XAttribute to a UInt64.
Cast the value of this XAttribute to a Single.
Cast the value of this XAttribute to a Double.
Cast the value of this XAttribute to a Decimal.
Cast the value of this XAttribute to a DateTime.
Cast the value of this XAttribute to a DateTimeOffset.
Cast the value of this XAttribute to a TimeSpan.
Cast the value of this XAttribute to a Guid.
Removes this attribute from its parent element.
Sets the value of this attribute.