UpdateUserAssignedLaborLevelDetailsAssignID Property | |
Gets an assigned labor-level-detail ID for a user
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AssignID { get; set; }
function get_AssignID();
function set_AssignID(value);
Property Value
Int32Remarks
This value represent an assigned labor-level-detail ID, where the ID is the key of the current assigned labor-level-detail. The ID on a labor level is the key used to identify the labor-level-details uniqueness.
The ID will also map to a [
GetLaborLevelDetailModel].[
ID]. See the
GetUserLaborLevel(GetUserLaborLevelIn) method for the
required ID property.
Example 10,45,900
See Also