GenderEnum EnumerationThomas API Webservices Reference Guide
Enumeration for genders of people

Namespace: Thomas.APIServices.DataTypes
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

[DataContractAttribute]
public enum GenderEnum
Members

  Member nameValueDescription
NotSpecified0Gender has not been specified
Male1Person is male
Female2Person is female
Remarks

Needs to stay in sync with Testee_Gender
See Also