HumanPresenceSensor.MinDetectableDistanceInMillimeters 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 minimum distance the human presence sensor can detect a user.
public:
property IReference<unsigned int> ^ MinDetectableDistanceInMillimeters { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MinDetectableDistanceInMillimeters();
public System.Nullable<uint> MinDetectableDistanceInMillimeters { get; }
var iReference = humanPresenceSensor.minDetectableDistanceInMillimeters;
Public ReadOnly Property MinDetectableDistanceInMillimeters As Nullable(Of UInteger)
Property Value
The minimum distance the human presence sensor can detect a user.