Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DeviceInformation.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.

Property store containing well-known values as well as additional properties that can be specified during device enumeration.

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 = deviceInformation.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)

Property Value

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

The property store for the device.

Remarks

For more info on what the properties represent, see Device information properties.

Applies to

See also


Feedback

Was this page helpful?