HttpResponseAttributeStatusCode Property |
Gets or sets the HTTP status code of the attached object representing an Response in an OpenAPI specification.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string StatusCode { get; set; }
Public Property StatusCode As String
Get
Set
public:
property String^ StatusCode {
String^ get ();
void set (String^ value);
}
member StatusCode : string with get, set
Property Value
Type:
String
The HTTP status code (2xx, 3xx, 4xx, 5xx), or default which accept all status codes.
See Also