Returns 'true' when users attempts to hack the bomb by reverting system time. If IsHacked is true then IsExpired is also true.


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

Syntax

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

See Also