FolkerKinzel.VCards
C#
VB
C++
F#
Show/Hide TOC
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#
Copy
public
enum
Sex
VB
Copy
Public
Enumeration
Sex
C++
Copy
public
enum class
Sex
F#
Copy
type
Sex
Members
Unknown
0
U
: Unknown.
(4)
Female
1
F
: Female.
(4)
Male
2
M
: Male.
(4)
NonOrNotApplicable
3
N
: None or not applicable.
(4)
Other
4
O
: Other.
(4)
See Also
Reference
FolkerKinzel.VCards.Enums Namespace
In This Article
Definition
Members
See Also