GetUserTimeOffRequestDetailModelIsDeleted Property | |
Has the time-off request detail been marked as deleted
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsDeleted { get; set; }
function get_IsDeleted();
function set_IsDeleted(value);
Property Value
BooleanRemarks
Has the time-off request detail been marked as deleted.
Caution |
---|
If the IgnoreDeletedRequests is set to true then this flag will return false for all time off request detail items.
|
Example true/false
See Also