QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

Gender Property

Gender of Employee .

Syntax

__property TiqbEmployeeGenders Gender = {read=FGender, write=FSetGender, default=0};



enum TiqbEmployeeGenders { gUnspecified=0, gMale=1, gFemale=2 };

Default Value

0

Remarks

The gender of the Employee: gMale or gFemale.

The value of Gender may be left as gUnspecified if the gender is unknown or unimportant.

The following values are permitted:

gUnspecified0
gMale1
gFemale2

This property is allowed in Add operations, and not used in Update operations.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7353]