HumanPresenceSensorReadingUpdate.OnlookerPresence 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.
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