ISyndicationText.Xml Property

Definition

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 = iSyndicationText.xml;
iSyndicationText.xml = xmlDocument;
Public Property Xml As XmlDocument

Property Value

The XML content within the atom:content element.

Applies to