Returns 'InnerText' property of ArasXmlNode with xpath = Item.XPathResult from the
item's dom.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getResult()
Public Function getResult As String
public String getResult()
public function getResult() : String
Return Value
Type:
String
If
this.dom is
null or node with xpath = Item.XPathResult was not found, the method
returns an empty string.
See Also