Click or drag to resize

TimeOffGetBalanceParamsIn.EmpIdentifiers Property

List of employee identifiers

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<string> EmpIdentifiers { get; set; }

Property Value

List<String>
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