StatusCode Property
Summary
Gets or sets the HTTP status code of the current request.
Syntax
public int StatusCode { get; set; }
Public Property StatusCode As Integer
public:
property int StatusCode {
int get();
void set ( int );
}
Property Value
The HTTP status code of the current request.