ResultString Property  
 

Return a string describing the results of the previous action.

Syntax

object.ResultString

Remarks

The ResultString read-only property returns the result string from the last action taken by the client. This string is generated by the server, and typically is used to describe the result code. For example, if an error is indicated by the result code, the result string may describe the condition that caused the error.

Data Type

String

See Also

ResultCode Property, Command Method, OnCommand Event