LaborLevelDetailModelLLID Property | |
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int LLID { get; set; }
function get_LLID();
function set_LLID(value);
Property Value
Int32Remarks
This value represents the labor level id
LLID that the
LaborLevelDetailModel object belongs to.
Note |
---|
All LLID values are auto-generated when a LaborLevelModel ojbect is created.
An LLID value must already exist in the database for a set operation to work.
|
Example 90
See Also