The status code of the response
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Status As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int Status { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int Status sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_Status(); /** property */ public void set_Status(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Status() : int public CompilerGeneratedAttribute function set Status(value : int); |