Share via


HumanPresenceSensorReadingUpdate.Presence Property

Definition

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.

Applies to