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