ItemgetErrorSource Method |
Returns the content of the <faultactor> element of SOAP Fault element.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getErrorSource()
Public Function getErrorSource As String
public String getErrorSource()
public function getErrorSource() : String
Return Value
Type:
StringIf the instance is not an error item, an empty string is returned.
See Also