CustomTimerUnlockKey Property |
Unlock key.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
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 = CustomTimer.UnlockKey
CustomTimer.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.CustomTimer.get_UnlockKey = function();
ZylSoft.Timers.CustomTimer.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