Gets the trial period.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public int TrialPeriod { get; } |
Visual Basic |
---|
Public ReadOnly Property TrialPeriod As Integer
Get |
Visual C++ |
---|
public:
property int TrialPeriod {
int get ();
} |
Field Value
Greater than zero when a user is working on a trial license.
Equal to zero when the trial period has ended.
Less than zero when there is no trial license.
See Also