Click or drag to resize

LaborLevelCustomFieldType Property

Gets or sets Type of a labor-level custom field

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

Property Value

LaborLevelCutomFieldTypes
Remarks
Represents the field type. Please view the Enumerated Values below for a valid list of Enum types.

Enumerated Values

NameValue
String0
Date1
Money2
Number3
Employee4
Matrix5
Example
Number,3
See Also