SIFWorks ADK 2.0
XmlElement Property
NamespacesEdustructures.SifWorks.Tools.MappingFieldMappingXmlElement

[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.
Declaration Syntax
C#Visual BasicVisual C++
public virtual XmlElement XmlElement{ get; set;}
Public Overridable Property XmlElement As XmlElement
public:
virtual property XmlElement^ XmlElement {
	XmlElement^ get ();
	void set (XmlElement^ value);
}

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10