List of <Item> nodes from the dom for this Item instance.
The type of nodeList is System.Xml.XmlNodeList when IOM namespace is used from .NET
(C#, VBScript) and MSXML2.IXMLDOMNodeList when it used from COM (JavaScript).
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic XmlNodeList nodeList { get; set; }
Public Property nodeList As XmlNodeList
Get
Set
/** @property */
public XmlNodeList get_nodeList()
/** @property */
public void set_nodeList(XmlNodeList value)
function get nodeList () : XmlNodeList
function set nodeList (value : XmlNodeList)
Property Value
Type:
XmlNodeList
See Also