GetTimePunchStateModelEmpIdentifier Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string EmpIdentifier { get; set; }
function get_EmpIdentifier();
function set_EmpIdentifier(value);
Property Value
StringRemarks
The employee identifier that is bound to the
GetTimePunchStateModel result set. Each model will have a unique EmpIdentifier that identifies that model.
If an invalid EmpIdentifier is passed into the
DataAction values parameter then it will be ignored.
See Also