DataObject.GetXml Method

Definition

Returns the XML representation of the DataObject object.

public:
 System::Xml::XmlElement ^ GetXml();
public System.Xml.XmlElement GetXml ();
member this.GetXml : unit -> System.Xml.XmlElement
Public Function GetXml () As XmlElement

Returns

The XML representation of the DataObject object.

Remarks

Use this method to output XML for a DataObject.

Applies to