TimeGetStatusBoardParamsInEmpIdentifierList 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
Syntax public List<string> EmpIdentifierList { get; set; }
function get_EmpIdentifierList();
function set_EmpIdentifierList(value);
Property Value
ListStringRemarks
This value represents employee unique identifier list.
Example [NY12, NY13]
See Also