JBLicense
SecurityResultStatus Property |
Gets or sets the status. 200 indicates success
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: Int32The status.
See Also