HumanPresenceSensorReadingUpdate.Presence 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 primary user is detected.
public:
property IReference<HumanPresence> ^ Presence { IReference<HumanPresence> ^ get(); void set(IReference<HumanPresence> ^ value); };
IReference<HumanPresence> Presence();
void Presence(IReference<HumanPresence> value);
public System.Nullable<HumanPresence> Presence { get; set; }
var iReference = humanPresenceSensorReadingUpdate.presence;
humanPresenceSensorReadingUpdate.presence = iReference;
Public Property Presence As Nullable(Of HumanPresence)
Property Value
The detection state reported by a HumanPresenceSensor.