UserInfoGetPolicyDurationInEmpIdentifiers Property | |
A list of EmpIdtifiers or users with valid accounts in time-web
* Required Property
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<string> EmpIdentifiers { get; set; }
function get_EmpIdentifiers();
function set_EmpIdentifiers(value);
Property Value
ListStringRemarks
A list of EmpIdtifiers or users with valid accounts in time-web.
Example
"1234","4567"...
See Also