Click or drag to resize

AddUserCustomFieldValue Property

Gets the value of the custom field.

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

Property Value

String
Remarks
Gets the value of the custom field which is based on its Type.

Note  Note
Setup:
Manager > Employees > Custom Fields Tab
Configuration > General > Custom Fields
Note  Note
For 'Date' custom field type, value expected in mm/dd/yyyy format
Example
100, Toshiba, $50
See Also