CustomField.Type enumeration

Specifies the type for a Project enterprise custom field.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "D27B1016-521B-47F0-BFA8-6A68BB253739",  _
    Name := "CustomFieldType")> _
Public Enumeration Type
'Usage
Dim instance As CustomField.Type
[ClientCallableTypeAttribute(ServerTypeId = "D27B1016-521B-47F0-BFA8-6A68BB253739", 
    Name = "CustomFieldType")]
public enum Type

Members

Member name Description
COST Value=9. Value in 1/100 dollars.
DATE Value=4. A date value. HIWORD contains days offset from 1/1/84. LOWORD contains minute off-set, ranging from 0 to 1440, from 12:00 A.M. (midnight).
FINISHDATE Value=27. A date value; if no time is included, the default finish time is used. HIWORD contains days offset from 1/1/84. LOWORD contains minute off-set, ranging from 0 to 1440, from 12:00 A.M. (midnight).
DURATION Value=6. Value in 1/10 minutes.
FLAG Value=17. Index into yes/no string table.
NUMBER Value=15. A number value.
TEXT Value=21. A string value.

Remarks

Used for enterprise custom fields only. For local custom fields, use CustomField.LocalType.

Use the CustomField.Type type to set the FIELD_TYPE_ENUM property in the following objects:

See also

Reference

Microsoft.Office.Project.Server.Library namespace