Gets or sets the HTTP status string of output returned to the client.
[Visual Basic] Public Property StatusDescription As String [C#] public string StatusDescription {get; set;} [C++] public: __property String* get_StatusDescription(); public: __property void set_StatusDescription(String*); [JScript] public function get StatusDescription() : String; public function set StatusDescription(String);
A string describing the status of the HTTP output returned to the client. The default value is "OK".
HttpResponse Class | HttpResponse Members | System.Web Namespace