Get the response status code. Set is not supported.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StatusCode As Integer |
C# | |
---|
public int StatusCode {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_StatusCode();
public: __property void set_StatusCode(
int value
); |
C++/CLI | |
---|
public:
property int StatusCode {
int get();
void set ( int value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also