--- title: Xml (XElement dynamic property) ms.date: 10/22/2019 ms.topic: reference apiname: - "XElement.Xml" --- # Xml (XElement dynamic property) Gets the unformatted XML content of the element. ## Syntax ```xaml elem.Xml ``` ## Property value/return value A that represents the unformatted XML content of the element. ## Remarks This property is equivalent to the method of the class, with the `SaveOptions` parameter set to . ## See also - [XElement class dynamic properties](attribute-xelement-dynamic-property.md) - [Value](value-xelement-dynamic-property.md)