Click or drag to resize

GetUserTimeOffRequestDetailModelIsDeleted Property

Has the time-off request detail been marked as deleted

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool IsDeleted { get; set; }

Property Value

Boolean
Remarks
Has the time-off request detail been marked as deleted.

Caution note  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