[This is preliminary documentation and is subject to change.]
Gets or Sets the optional DOM XmlElement associated with this Mappings instance. The
DOM XmlElement is set when a Mappings object is populated from a DOM Document.
| C# | Visual Basic | Visual C++ |
public virtual XmlElement XmlElement{ get; set;}
Public Overridable Property XmlElement As XmlElement
public: virtual property XmlElement^ XmlElement { XmlElement^ get (); void set (XmlElement^ value); }