QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

Gender Property

Gender of Employee .

Syntax

[VB.NET]
Public Property Gender As EmployeeGenders

[C#]
public EmployeeGenders Gender {get; set;}

enum EmployeeGenders { gUnspecified, gMale, gFemale }

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.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0