SyndicationText.Xml Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the XML content.
public:
property XmlDocument ^ Xml { XmlDocument ^ get(); void set(XmlDocument ^ value); };
XmlDocument Xml();
void Xml(XmlDocument value);
public XmlDocument Xml { get; set; }
var xmlDocument = syndicationText.xml;
syndicationText.xml = xmlDocument;
Public Property Xml As XmlDocument
Property Value
The XML content within the atom:content element.