Class LicenseResult
Class contains information on if the license is valid and when it expires.
Inherited Members
Namespace: LemonEdge.API.Core.License
Assembly: LemonEdge.API.dll
Syntax
public class LicenseResult
Constructors
LicenseResult()
Declaration
public LicenseResult()
Properties
Expiry
Declaration
public DateTimeOffset Expiry { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
bool |