Description
Gets the response status description.
Applies to
Syntax
applicationname.GetHttpResponseStatusText ( )
Argument |
Description |
---|---|
applicationname |
The name of the application object for which you want to get the response status description |
Return value
String.
Returns the response status description or returns an empty string if the current application is not an installable cloud app deployed with PowerServer.
Examples
This example gets the response status description:
String ls_StatusText ls_StatusText = Getapplication().GetHttpResponseStatusText()
See also