| GetLaborLevelModelIsDeleted Property |  | 
                Gets the IsDeleted flag for a labor level
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool IsDeleted { get; set; }function get_IsDeleted();
function set_IsDeleted(value);
Property Value
Boolean Remarks
Remarks
                This value represents whether the labor level is deleted.  Once a labor level is created in the system it is never deleted.   A marker is simply created to flag the record as being deleted.
            
 Example
Examplefalse
 See Also
See Also