GetViewPropertiesResponseCode Property  | 
 
            The HTTP status code.
            
 
    Namespace: 
   ArangoDBNetStandard.ViewApi.Models
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic 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
See Also