AddUserPayAdjustModelPayAdjustmentID Property |  |
The pay adjustment id of the current user pay adjustment
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic int PayAdjustmentID { get; set; }
function get_PayAdjustmentID();
function set_PayAdjustmentID(value);
Property Value
Int32
Remarks
The pay adjustment id of the current user pay adjustment. This value represents the key of the user pay adjustment
This property is customizable and is generated by find the current highest PayAdjustID and incrementing it by one.
Example1234
See Also