Class ExecuteScriptResponseMessage
Represents a response to a ExecuteScriptMessage message.
[Serializable]
public class ExecuteScriptResponseMessage : ResponseMessage
- Inheritance
-
DMSMessageExecuteScriptResponseMessage
- Extension Methods
Constructors
- ExecuteScriptResponseMessage()
Initializes a new instance of the ExecuteScriptResponseMessage message.
Fields
- saRet
The response.
Properties
- ErrorCode
Gets the error code.
- ErrorMessages
Gets or sets the error messages.
- HadError
Gets a value indicating whether an error occurred.
- ScriptID
Gets or sets the script ID.
- ScriptOutput
Gets or sets the script output.
Methods
- ToString()
Returns a string that represents the current object.