| TimeOffGetBalanceParamsInEmpIdentifiers Property |  | 
                List of employee identifiers
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic List<string> EmpIdentifiers { get; set; }function get_EmpIdentifiers();
function set_EmpIdentifiers(value);
Property Value
ListString Remarks
Remarks
                This field holds the list of employee identifiers whose balance information has to returned. This list will be used only if Action is set to EMPID
            
 See Also
See Also