Office.ProjectProjectFields enum
Specifies the project fields that are available as a parameter for the Document.getProjectFieldAsync method.
Remarks
A ProjectProjectFields constant can be used as a parameter of the Document.getProjectFieldAsync method.
Fields
| CurrencyDigits | The number of digits after the decimal for the currency. |
| CurrencySymbol | The currency symbol. |
| CurrencySymbolPosition | The placement of the currency symbol: Not specified = -1; Before the value with no space ($0) = 0; After the value with no space (0$) = 1; Before the value with a space ($ 0) = 2; After the value with a space (0 $) = 3. |
| DurationUnits | |
| Finish | The project finish date. |
| GUID | The GUID of the project. |
| ProjectServerUrl | The Project Web App URL, for projects that are stored in Project Server. |
| ReadOnly | Specifies whether the project is read-only. |
| Start | The project start date. |
| VERSION | The project version. |
| WorkUnits | The work units of the project, such as days or hours. |
| WSSList | The name of the SharePoint list, for projects that are synchronized with a tasks list. |
| WSSUrl | The SharePoint URL, for projects that are synchronized with a SharePoint list. |