Programming Reference Manual
 
Syntax
 
object.StatusText
 
Description
Status textual message included in the response.
 
Part
Description
object
Evaluates to a ParentResponse Object
 

Data Type

String

Remarks

This property is initialized when Status is set. It is returned to the client in the response. Status codes are explained in RFC 2616. If you want to define your own status code, set this property to your own custom value.
 
See Also