Returns true if the current date is within limits of trial.


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsTrialActive As Boolean
C#
public bool IsTrialActive { get; }
C++
public property bool IsTrialActive sealed {
bool get();
}
J#
/** property */
public bool get_IsTrialActive();
JScript
public function get IsTrialActive() : bool

See Also