Sex Enumeration

Named Constants to specify the gender of the object the VCard represents.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public enum Sex

Members

Unknown0U: Unknown. (4)
Female1F: Female. (4)
Male2M: Male. (4)
NonOrNotApplicable3N: None or not applicable. (4)
Other4O: Other. (4)

See Also