ParticleExceptionStatus Property |
Gets or sets the status.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic HttpStatusCode Status { get; set; }
Public Property Status As HttpStatusCode
Get
Set
public:
property HttpStatusCode Status {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
member Status : HttpStatusCode with get, set
Property Value
Type:
HttpStatusCode
The status.
See Also