ExpectedResponseExpression Property
A regular expression to match the response returned by the server.
Data Type
StringDefault Value
""Remarks
This property specifies a regular expression defining a pattern to wait for after sending DataToSend. The adapter will search the response for the a value matching the pattern defined here to signal that the execution is complete. If no matching response is found within Timeout seconds an error occurs.
Note: The value specified in ExpectedResponseExpression must be a properly formatted .NET regular expression.