Click or drag to resize

GetCustomFieldModelType Property

Gets the custom field type

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
Represents the field type which will be of object type CustomFieldTypes.

Enumerated Values

NameValue
String0
Date1
Money2
Number3
Example
1,3
See Also