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: 14.0.9.36244
Syntaxpublic XmlDocument dom { get; set; }
Public Property dom As XmlDocument
Get
Set
/** @property */
public XmlDocument get_dom()
/** @property */
public void set_dom(XmlDocument value)
function get dom () : XmlDocument
function set dom (value : XmlDocument)
Property Value
Type:
XmlDocument
See Also