HumanPresenceSensorReadingUpdate.Engagement 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 or sets whether a user is engaged with the device.
public:
property IReference<HumanEngagement> ^ Engagement { IReference<HumanEngagement> ^ get(); void set(IReference<HumanEngagement> ^ value); };
IReference<HumanEngagement> Engagement();
void Engagement(IReference<HumanEngagement> value);
public System.Nullable<HumanEngagement> Engagement { get; set; }
var iReference = humanPresenceSensorReadingUpdate.engagement;
humanPresenceSensorReadingUpdate.engagement = iReference;
Public Property Engagement As Nullable(Of HumanEngagement)
Property Value
The engagement state reported by a HumanPresenceSensor.