LaborLevelDetailModelLLCustomFields Property | |
Gets or sets Custom Fields for a labor level detail
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<LLCustomField> LLCustomFields { get; set; }
function get_LLCustomFields();
function set_LLCustomFields(value);
Property Value
ListLLCustomFieldRemarks
This value represents Custom Fields of the labor level detail.
See Also