ItemsetErrorSource Method |
Sets the <faultactor> of the SOAP Fault element. If the instance is not an error item, the method does nothing.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void setErrorSource(
string source
)
Public Sub setErrorSource (
source As String
)
public void setErrorSource(
String source
)
public function setErrorSource(
source : String
)
Parameters
- source
- Type: SystemString
Value to be set on 'faultactor' element of SOAP Fault.
See Also