HumanPresenceSettings.SensorId 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 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
The unique ID of the human presence sensor.