| UserAssignedLaborLevelDetailsCode Property |  | 
                Gets an assigned labor-level-detail code for a user
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string Code { get; set; }function get_Code();
function set_Code(value);
Property Value
String Remarks
Remarks
                 This value represent an assigned labor-level-detail code.  The code on a labor-level-detail is a short code used to provide a simple descriptor.  There is a maximum size of 300 characters used
                 to store the code, however the general recommend use for the code is to stay short, under 4-5 characters and 2-3 if possible.  This allows for a smoother view and flow in the user interface and
                 a consolidated mechanism for import/exports into the system.
                 
 Example
ExampleAZ,CO,10,400
 See Also
See Also