HumanPresenceSensor.MaxDetectableDistanceInMillimeters 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 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
The maximum distance the human presence sensor can detect a user.