UtilTweakingScreensaverTimeout Property

Gets or sets the screen saver time-out, in seconds. From 1 to 599940.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int ScreensaverTimeout { get; set; }

Property Value

Int32
The screen saver time-out, in seconds. From 1 to 599940.

Exceptions

Win32Exception
ArgumentException Value should be between 1 and 599940.;value

See Also