A reference to the <Item> node in the dom for this Item instance. The type of node is System.Xml.XmlElement when IOM namespace is used from .NET (C#, VBScript) and MSXML2.IXMLDOMElement when it used from COM (JavaScript).

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

Syntax

C#
public XmlElement node { get; set; }
Visual Basic (Declaration)
Public Property node As XmlElement
J#
/** @property */
public XmlElement get_node()
/** @property */
public  void set_node(XmlElement value)
JScript
public function get node () : XmlElement
public function set node (value : XmlElement)

See Also