Click or drag to resize

LicModeEnum Enumeration

Stato della licenza.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 29.0.0
Syntax
public enum LicModeEnum
Members
Member nameValueDescription
licOk0 
licError1 
licFatal2 
licDemo3 
licDemoExpired4 

The LicModeEnum type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetAttributeTAttribute This method retrieves a specific attribute (TAttribute) associated with the given enum value. It returns the attribute instance if found, or null if the attribute is not present.
(Defined by EnumExtension)
Top
See Also