GetLaborLevelModelModifiedEmployeeID Property | |
Gets the modified user identifier
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string ModifiedEmployeeID { get; set; }
function get_ModifiedEmployeeID();
function set_ModifiedEmployeeID(value);
Property Value
StringRemarks
User identifier of the person who last modified this labor level.
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