Unlock key.
Namespace: ZylSoft.TimersAssembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic static string UnlockKey { get; set; }Public Shared Property UnlockKey As String
Get
Set
Dim value As String
value = Timer.UnlockKey
Timer.UnlockKey = value
public:
static property String^ UnlockKey {
String^ get ();
void set (String^ value);
}static member UnlockKey : string with get, set
/** @property */
public static String get_UnlockKey()
/** @property */
public static void set_UnlockKey(String value)
static function get UnlockKey () : String
static function set UnlockKey (value : String)
ZylSoft.Timers.Timer.get_UnlockKey = function();
ZylSoft.Timers.Timer.set_UnlockKey = function(value);
STATIC PROPERTY UnlockKey AS STRING GET SET
No code example is currently available or this language may not be supported.
Property Value
String
See Also