Click or drag to resize

GetLaborLevelModelID Property

Gets the labor level id of the current GetLaborLevelModel

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

Property Value

Int32
Remarks
This value represents the labor level ID bound to the object. It is a key that is unique to every GetLaborLevelModel
Note  Note
All ID values are auto-generated when a labor level object is created and can not be modified or updated.
Example
90
See Also