| LLCustomFieldType Property |  | 
                Gets or sets Type of a labor level custom field
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic LLCutomFieldTypes Type { get; set; }function get_Type();
function set_Type(value);
Property Value
LLCutomFieldTypes Remarks
Remarks
                Represents the field type. 
                Please view the Enumerated Values below for a valid list of Enum types.  
                 
Enumerated Values
| Name | Value | 
|---|
| String | 0 | 
| Date | 1 | 
| Money | 2 | 
| Number | 3 | 
| Employee | 4 | 
| Matrix | 5 | 
 Example
ExampleNumber,3
 See Also
See Also