BCLicenseTrialPeriod Property |
Gets the trial period.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public int TrialPeriod { get; }
Public ReadOnly Property TrialPeriod As Integer
Get
public:
property int TrialPeriod {
int get ();
}
member TrialPeriod : int with get
Property Value
Type:
Int32
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