CurrencySymbolPosition enumeration
Office 2013 and later
Specifies the placement of the currency symbol.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
| Member name | Description | |
|---|---|---|
| NotSpecified | Value=-1. The currency symbol position is not specified. This constant is used in place of a DBNull value. | |
| Before | Value=0. Before, no space ($0). | |
| After | Value=1. After, no space (0$). | |
| BeforeWithSpace | Value=2. Before, with space ($ 0). | |
| AfterWithSpace | Value=3. After, with space (0 $). |
The CurrencySymbolPosition enumeration in the CSOM is equivalent to Project.CurrencySymbolPosition in the Microsoft.Office.Project.Server.Library namespace. The CurrencySymbolPosition constants can be used with the DraftProject.CurrencyPosition property and the PublishedProject.CurrencyPosition property.
Show: