Click or drag to resize

LaborLevelModelLLName Property

Gets the labor level name form the LaborLevelModel

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

Property Value

String
Remarks
This value represents the unique name of each LaborLevel
Note  Note
Labor level names are unique so the only one name can be used. For example you can not create Division twice or even with a different case.
Example
default
See Also