HumanPresenceSensor.MaxDetectablePersons Property

Definition

Gets the maximum number of people that can be detected by the human presence sensor.

public:
 property int MaxDetectablePersons { int get(); };
int MaxDetectablePersons();
public int MaxDetectablePersons { get; }
var int32 = humanPresenceSensor.maxDetectablePersons;
Public ReadOnly Property MaxDetectablePersons As Integer

Property Value

Int32

int

The maximum number of people that can be detected by the human presence sensor.

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Applies to