CustomField.FieldType property
Gets the type of the custom field.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property FieldType As CustomFieldType
Get
'Usage
Dim instance As CustomField
Dim value As CustomFieldType
value = instance.FieldType
[RemoteAttribute]
public CustomFieldType FieldType { get; }
Property value
Type: Microsoft.ProjectServer.Client.CustomFieldType
The custom field type.
Remarks
FieldType can be one of the following custom field types: COST, DATE, FINISHDATE, DURATION, FLAG, NUMBER, or TEXT. Only a custom field of type TEXT can have a hierarchical lookup table. A custom field of type FLAG cannot use a lookup table.