A reference to the instance of ArasXmlDocument that holds the data for the Item in the AML format. ArasXmlDocument is an alias that represents System.Xml.XmlDocument when IOM namespace is used from .NET (C#, VBScript) and MSXML2.IXMLDOMDocument when it used from COM (JavaScript).

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public XmlDocument dom { get; set; }
Visual Basic (Declaration)
Public Property dom As XmlDocument
J#
/** @property */
public XmlDocument get_dom()
/** @property */
public  void set_dom(XmlDocument value)
JScript
public function get dom () : XmlDocument
public function set dom (value : XmlDocument)

See Also