Click or drag to resize

LaborLevelDetailModelLLID Property

Gets or sets the labor level id of the current LaborLevelDetailModel

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

Property Value

Int32
Remarks
This value represents the labor level id LLID that the LaborLevelDetailModel object belongs to.
Note  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