| AddUserPayAdjustModelEmpIdentifier Property |  | 
    
                The employee number/identifier of the  current user pay adjustment
            
    
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string EmpIdentifier { get; set; }function get_EmpIdentifier();
function set_EmpIdentifier(value);
Property Value
String Remarks
Remarks
                The employee number/identifier of the  current user pay adjustment.  This value represents the employee personal unique identity assigned to a user. 
                This value is represented as a companies internal ID or the external ID to time-web.   Value may contain alphanumeric text.  The maximum length for
                this value is 50 characters.
                
 Example
ExampleEMP2013X007
 See Also
See Also