Click or drag to resize

LaborLevelDetailModelLLCustomFields Property

Gets or sets Custom Fields for a labor level detail

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<LLCustomField> LLCustomFields { get; set; }

Property Value

ListLLCustomField
Remarks
This value represents Custom Fields of the labor level detail.
See Also