Click or drag to resize

GetLaborLevelModelModifiedEmployeeID Property

Gets the modified user identifier

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string ModifiedEmployeeID { get; set; }

Property Value

String
Remarks
User identifier of the person who last modified this labor level.
Note  Note
The value returned from this result is the EmpIdentifer or Employee # shown in the user interface. The EmpIdentifer can be retrieved from the UserProfile structure. The value listed will only show the last user who made the modification.
Example
12345, 123-abc
See Also