WakeOnApproachOptions.AllowWhenExternalDisplayConnected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether wake behavior is enabled when an external monitor is connected to the system.
public:
property bool AllowWhenExternalDisplayConnected { bool get(); void set(bool value); };
bool AllowWhenExternalDisplayConnected();
void AllowWhenExternalDisplayConnected(bool value);
public bool AllowWhenExternalDisplayConnected { get; set; }
var boolean = wakeOnApproachOptions.allowWhenExternalDisplayConnected;
wakeOnApproachOptions.allowWhenExternalDisplayConnected = boolean;
Public Property AllowWhenExternalDisplayConnected As Boolean
Property Value
Boolean
bool
True, if wake behavior is enabled when ban external monitor is connected. Otherwise, false.
The default is false.