Returns 'true' when users attempts to hack the bomb by reverting system time and CountUsageOncePerDay is set to 'true' If IsHacked is true then IsExpired is also true.
Namespace:
SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.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