Same as StatusDescription. Provided only for ASP compatibility.
[Visual Basic] Public Property Status As String [C#] public string Status {get; set;} [C++] public: __property String* get_Status(); public: __property void set_Status(String*); [JScript] public function get Status() : String; public function set Status(String);
A string describing the status of the Http output returned to the client. The default value is "200 OK".
HttpResponse Class | HttpResponse Members | System.Web Namespace