MagneticStripeReaderAamvaCardDataReceivedEventArgs.LicenseNumber 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 license number from the swiped AAMVA card.
public:
property Platform::String ^ LicenseNumber { Platform::String ^ get(); };
winrt::hstring LicenseNumber();
public string LicenseNumber { get; }
var string = magneticStripeReaderAamvaCardDataReceivedEventArgs.licenseNumber;
Public ReadOnly Property LicenseNumber As String
Property Value
The license number from the swiped AAMVA card.