GetUserPayAdjustModelClosedType Property | |
The close type of the pay adjustment
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int ClosedType { get; set; }
function get_ClosedType();
function set_ClosedType(value);
Property Value
Int32Remarks
The close type of the pay adjustment. Represents the current state for where the pay adjustment close type is set.
Close Types
Name | Values |
---|
Open | 0 |
Locked | 1 |
Closed | 2 |
Converted | 3 |
Example 0-3
See Also