JBLicense
EResultLicense Property |
Gets or sets the license.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public LicenseResult License { get; set; }
Public Property License As LicenseResult Get Set
public: property LicenseResult^ License { LicenseResult^ get (); void set (LicenseResult^ value); }
Property Value
Type: LicenseResultThe license.
See Also