Click or drag to resize

IdentificationSex Enumeration

This class represents the gender of a card-holder on an identification card.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public enum IdentificationSex
Members
  Member nameValueDescription
MALE0 The individual represented on the identification card is male.
FEMALE1 The individual represented on the identification card is female.
See Also