OlGender Enum
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.
Constants representing gender.
public enum class OlGender
public enum OlGender
Public Enum OlGender
- Inheritance
-
OlGender
Fields
Name | Value | Description |
---|---|---|
olUnspecified | 0 | Unspecified gender |
olFemale | 1 | Female |
olMale | 2 | Male |
Remarks
Used by the Gender property.