LookupTable.FieldType property

Gets the custom field type that matches the values in the lookup table.

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 LookupTable
Dim value As CustomFieldType

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

Property value

Type: Microsoft.ProjectServer.Client.CustomFieldType
A numerical value that represents the field type.

Remarks

Field types include Cost, Date, FinishDate, Duration, Flag, Number, and Text.

For a code example, see LookupTable

See also

Reference

LookupTable class

LookupTable members

Microsoft.ProjectServer.Client namespace