MagneticStripeReaderReport.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 a dictionary of properties for the recently swiped card.
public:
property IMapView<Platform::String ^, Platform::String ^> ^ Properties { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> Properties();
public IReadOnlyDictionary<string,string> Properties { get; }
var iMapView = magneticStripeReaderReport.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, String)
Property Value
A dictionary of properties.