GetUserPayAdjustModelPayAdjustmentID Property | |
The pay adjustment id of the current user pay adjustment
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int PayAdjustmentID { get; set; }
function get_PayAdjustmentID();
function set_PayAdjustmentID(value);
Property Value
Int32Remarks
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.
Example 1234
See Also