Gender PropertySex Property
This is used to get or set the sex
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public char? Sex { get; set; }VB
Public Property Sex As Char?
Get
SetC++
public:
property Nullable<wchar_t> Sex {
Nullable<wchar_t> get ();
void set (Nullable<wchar_t> value);
}F#
member Sex : Nullable<char> with get, set