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 placement of the currency symbol.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration CurrencySymbolPosition
'Usage
Dim instance As CurrencySymbolPosition
public enum CurrencySymbolPosition
Members
| 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 $). |
Remarks
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.