Enum. Marital Status of applicant. The MaritalStatus enumeration class definies the marital status of the applicant, such as "married" or "divorced".
Syntax
Members
Member | Value | Description |
CivilUnion | 8 | Civil Union. |
Commonlaw | 6 | Common Law (Defacto). |
Divorced | 3 | Divorced. |
DomesticPartnership | 7 | Domestic Partnership. |
Married | 1 | Married. |
Other | 2147483647 | Other. |
Separated | 5 | Legally Separated. |
Single | 2 | Single. |
Unknown | 0 | Unknown. |
Widowed | 4 | Widowed. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.MaritalStatus
See Also