Click or drag to resize

UserCustomFieldType Property

Gets the type of a custom field.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public CustomFieldTypes Type { get; set; }

Property Value

CustomFieldTypes
Remarks
Gets the type of a custom field. The Enumerated Values below for a valid list of Enum types.

Note  Note
Setup:
Manager > Employees > Custom Fields Tab
Configuration > General > Custom Fields

Enumerated Values

NameValue
String0
Date1
Money2
Number3
Example
Number,3
See Also