LookupTable.FieldType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property FieldType As CustomFieldType
Get
'Usage
Dim instance As LookupTable
Dim value As CustomFieldType
value = instance.FieldType
public CustomFieldType FieldType { get; }
Property value
Type: Microsoft.ProjectServer.Client.CustomFieldType