Click or drag to resize
weroSoft AG, Software
ActivationStatus Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the status of a license.

Namespace:  WeroSoft.Licensing
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ActivationStatus
Members
  Member nameValueDescription
NoActivation0 The license must not be activated.
MustActivate1 The license must be activated.
Active2 The license has been activated.
Deactivated3 The license has been deactivated.
See Also