BCLicenseRegisterPeriod Property |
Gets the number of days that are left until a user needs to have registered.
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 RegisterPeriod { get; }
Public ReadOnly Property RegisterPeriod As Integer
Get
public:
property int RegisterPeriod {
int get ();
}
member RegisterPeriod : int with get
Property Value
Type:
Int32
Less than zero if the user has registered.
See Also