Struct License
Represents a license.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 16, 400, 20)]
public struct License
Remarks
This structure is available since v7.16.
Constructors
| Name | Description |
|---|---|
| License(LicenseType, string, string, string, bool, string, uint, uint) | Initializes a new instance of the License structure. |
Fields
| Name | Description |
|---|---|
| ExpirationDate | Expiration date. |
| Group | Group number. |
| IsActive | Is license active. |
| LicenseType | License type (Standalone, floating, user). |
| LicenseUser | License user (for floating). |
| LicensedTo | Licensed to. |
| Module | Module number. |
| Name | Name. |
| Provider | Provider. |
| Status | Status. |
| Version | Version. |