TimecardLineWageType Property |
Wage type
enum WageType { Hourly = 1, Salary = 2, Calculated_Salary = 3, Daily = 4, Budget = 5 }
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int WageType { get; set; }
Public Property WageType As Integer
Get
Set
public:
property int WageType {
int get ();
void set (int value);
}
member WageType : int with get, set
Property Value
Type:
Int32See Also