Share via


WakeOnApproachOptions.AllowWhenExternalDisplayConnected Property

Definition

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.

Applies to

See also