HumanPresenceSensor.MaxDetectablePersons 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 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, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|