JBLicense
KeyActivationResultsuccess Property |
Gets or sets a value indicating whether this KeyActivationResult is success.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public bool success { get; set; }
Public Property success As Boolean Get Set
public: property bool success { bool get (); void set (bool value); }
Property Value
Type: Booleantrue if success; otherwise, false.
See Also