CustomFieldCreationInformation.FieldType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property FieldType As CustomFieldType
Get
Set
'Usage
Dim instance As CustomFieldCreationInformation
Dim value As CustomFieldType
value = instance.FieldType
instance.FieldType = value
public CustomFieldType FieldType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.CustomFieldType
See also
Reference
CustomFieldCreationInformation class