Share via


HumanPresenceSettings.OnlookerDetectionOptions Property

Definition

Gets the onlooker detection options for the human presence sensor.

public:
 property OnlookerDetectionOptions ^ OnlookerDetectionOptions { OnlookerDetectionOptions ^ get(); };
OnlookerDetectionOptions OnlookerDetectionOptions();
public OnlookerDetectionOptions OnlookerDetectionOptions { get; }
var onlookerDetectionOptions = humanPresenceSettings.onlookerDetectionOptions;
Public ReadOnly Property OnlookerDetectionOptions As OnlookerDetectionOptions

Property Value

The onlooker detection options for the human presence sensor.

Windows requirements

Requirements Description
Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Remarks

The user can specify their preferred onlooker detection behavior in the System settings (see Launch Windows Settings).

Applies to

See also