CustomFieldIsLL Property | |
Gets or sets IsLL for differentiating labor level custom fields
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsLL { get; set; }
function get_IsLL();
function set_IsLL(value);
Property Value
BooleanRemarks
This field identify whether this is a labor level custom field or not
Example True
See Also