TimeOffRequestDetailModelIsDeleted Property |  |
Gets or sets IsDeleted
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool IsDeleted { get; set; }
function get_IsDeleted();
function set_IsDeleted(value);
Property Value
Boolean
Remarks
Value of this field decides whether this detail has been deleted or not
Examplefalse
See Also