| UserCustomFieldType Property |  | 
                Gets the type of a custom field.
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic CustomFieldTypes Type { get; set; }function get_Type();
function set_Type(value);
Property Value
CustomFieldTypes Remarks
Remarks
                 Gets the type of a custom field.  The Enumerated Values below for a valid list of Enum types.  
                 
|  Note | 
|---|
| Setup: Manager > Employees > Custom Fields Tab
 Configuration > General > Custom Fields
 
 | 
Enumerated Values
| Name | Value | 
|---|
| String | 0 | 
| Date | 1 | 
| Money | 2 | 
| Number | 3 | 
 Example
ExampleNumber,3
 See Also
See Also