[This is preliminary documentation and is subject to change.]
Gets the optional DOM XmlElement associated with this FieldMapping instance.
The DOM XmlElement is usually set by the parent ObjectMapping instance when a
FieldMapping is populated from a DOM Document.
Sets the optional DOM XmlElement associated with this FieldMapping instance.
The DOM XmlElement is usually set by the parent ObjectMapping instance when a
FieldMapping 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); }