Returns true if the current usage count is less than trial maximum.


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