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