EResult.Status Property

JustinBack

EResultStatus Property

Gets or sets the status. 200 indicates success. See HTTP Status codess

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public int Status { get; set; }
Public Property Status As Integer
	Get
	Set
public:
property int Status {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
The status. 200 indicated success
See Also