CustomSensorReading.Properties 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 the property set for the sensor.
public:
property IMapView<Platform::String ^, Platform::Object ^> ^ Properties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> Properties();
public IReadOnlyDictionary<string,object> Properties { get; }
var iMapView = customSensorReading.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)
Property Value
The property set for the sensor. This set contains the key/value pair for each property in the set.