Share via


HumanPresenceSettings.WakeOnApproachDistanceInMillimeters Property

Definition

Gets or sets the distance a user must be from the human presence sensor for the PC to automatically unlock.

public:
 property IReference<unsigned int> ^ WakeOnApproachDistanceInMillimeters { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> WakeOnApproachDistanceInMillimeters();

void WakeOnApproachDistanceInMillimeters(IReference<uint32_t> value);
public System.Nullable<uint> WakeOnApproachDistanceInMillimeters { get; set; }
var iReference = humanPresenceSettings.wakeOnApproachDistanceInMillimeters;
humanPresenceSettings.wakeOnApproachDistanceInMillimeters = iReference;
Public Property WakeOnApproachDistanceInMillimeters As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The distance a user must be from the human presence sensor for the PC to automatically unlock.

Applies to

See also