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