Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type for an enterprise custom field.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration CustomFieldType
'Usage
Dim instance As CustomFieldType
public enum CustomFieldType
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
The CustomFieldType enumeration in the CSOM is equivalent to CustomField.Type in the Microsoft.Office.Project.Server.Library namespace. The CustomFieldType constants can be used with the following properties: