GetUserTimeOffBalanceModelPayTypeIsDeleted Property |  |
Gets the status that determines if this pay type as been flagged as deleted
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool PayTypeIsDeleted { get; set; }
function get_PayTypeIsDeleted();
function set_PayTypeIsDeleted(value);
Property Value
Boolean
Remarks
Gets the status that determines if this pay type as been flagged as deleted. In some cases this will show in the UI as active/inactive
Examplefalse
See Also