| MetaCode Property |
Gets or sets the code.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public HttpStatusCode Code { get; set; }
Public Property Code As HttpStatusCode
Get
Set
public:
property HttpStatusCode Code {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
member Code : HttpStatusCode with get, set
Property Value
Type:
HttpStatusCode
The code.
See Also