Interface ILicenseOptions
public interface ILicenseOptions
- Extension Methods
Properties
Contract
string Contract { get; set; }
Property Value
FilePath
string FilePath { get; set; }
Property Value
TrialDays
int TrialDays { get; set; }
Property Value
UseTipTrialOnLoad
bool UseTipTrialOnLoad { get; set; }
Property Value
UseTrial
bool UseTrial { get; set; }
Property Value
UseVailLicenceOnLoad
bool UseVailLicenceOnLoad { get; set; }