ExternalXmlElement.XmlElement Property

Definition

Gets or sets the XML element.

public:
 property System::Xml::XmlElement ^ XmlElement { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement XmlElement { get; set; }
member this.XmlElement : System.Xml.XmlElement with get, set
Public Property XmlElement As XmlElement

Property Value

An XmlElement object.

Applies to