Share via


HumanPresenceSettings.SensorId Property

Definition

Gets or sets the unique ID of the human presence sensor.

public:
 property Platform::String ^ SensorId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SensorId();

void SensorId(winrt::hstring value);
public string SensorId { get; set; }
var string = humanPresenceSettings.sensorId;
humanPresenceSettings.sensorId = string;
Public Property SensorId As String

Property Value

String

Platform::String

winrt::hstring

The unique ID of the human presence sensor.

Applies to