TimeGetPunchesParamsInEmpIdentifierList Property |  |
Gets or sets Employee identifier list
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic List<string> EmpIdentifierList { get; set; }
function get_EmpIdentifierList();
function set_EmpIdentifierList(value);
Property Value
ListString
Remarks
This value represents employee unique identifier list.
Example[NY12, NY13, NY44]
See Also