CustomFieldCreationInformation.FieldType property

Gets or sets the type of the custom field.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property FieldType As CustomFieldType
    Get
    Set
'Usage
Dim instance As CustomFieldCreationInformation
Dim value As CustomFieldType

value = instance.FieldType

instance.FieldType = value
[RemoteAttribute]
public CustomFieldType FieldType { get; set; }

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.

See also

Reference

CustomFieldCreationInformation class

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace