Share via


HumanPresenceSensor.MaxDetectableDistanceInMillimeters Property

Definition

Gets the maximum distance the human presence sensor can detect a user.

public:
 property IReference<unsigned int> ^ MaxDetectableDistanceInMillimeters { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxDetectableDistanceInMillimeters();
public System.Nullable<uint> MaxDetectableDistanceInMillimeters { get; }
var iReference = humanPresenceSensor.maxDetectableDistanceInMillimeters;
Public ReadOnly Property MaxDetectableDistanceInMillimeters As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The maximum distance the human presence sensor can detect a user.

Applies to