Share via


HumanPresenceSensorReadingUpdate.OnlookerPresence Property

Definition

public:
 property IReference<HumanPresence> ^ OnlookerPresence { IReference<HumanPresence> ^ get(); void set(IReference<HumanPresence> ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
IReference<HumanPresence> OnlookerPresence();

void OnlookerPresence(IReference<HumanPresence> value);
[Windows.Foundation.Metadata.Experimental]
public System.Nullable<HumanPresence> OnlookerPresence { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var iReference = humanPresenceSensorReadingUpdate.onlookerPresence;
humanPresenceSensorReadingUpdate.onlookerPresence = iReference;
Public Property OnlookerPresence As Nullable(Of HumanPresence)

Property Value

Attributes

Applies to