Gets bomb's current state


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property State As BombState
C#
public BombState State { get; }
C++
public property BombState State sealed {
BombState get();
}
J#
/** property */
public BombState get_State();
JScript
public function get State() : BombState

See Also