Table of Contents

Interface ILicenseOptions

Namespace
H.Modules.License
Assembly
H.Modules.License.dll
public interface ILicenseOptions
Extension Methods

Properties

Contract

string Contract { get; set; }

Property Value

string

FilePath

string FilePath { get; set; }

Property Value

string

TrialDays

int TrialDays { get; set; }

Property Value

int

UseTipTrialOnLoad

bool UseTipTrialOnLoad { get; set; }

Property Value

bool

UseTrial

bool UseTrial { get; set; }

Property Value

bool

UseVailLicenceOnLoad

bool UseVailLicenceOnLoad { get; set; }

Property Value

bool