LaborLevelDetailModelLLDetailCode Property | |
Gets or sets the LLDetailCode (LaborLevelDetailCode) of the current LaborLevelDetail object. *
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string LLDetailCode { get; set; }
function get_LLDetailCode();
function set_LLDetailCode(value);
Property Value
StringRemarks
This value represents the unique code of each LaborLevelDetail. The code is a short form code used to abbreviate the LaborLevelDetail.
Example default
See Also