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)
Syntaxpublic enum IdentificationSex
Public Enumeration IdentificationSex
public enum class IdentificationSex
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | MALE | 0 | 
            The individual represented on the identification card is male.
             | 
 | FEMALE | 1 | 
            The individual represented on the identification card is female.
             | 
See Also