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.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration CurrencySymbolPosition
'Usage
Dim instance As Project.CurrencySymbolPosition
public enum CurrencySymbolPosition
Members
| Member name | Description | |
|---|---|---|
| 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 default for new projects is determined by the enterprise global settings. If there are no enterprise global settings, the default value is 0.
Use the Project.CurrencySymbolPosition type to set the RES_OVT_RATE_FMT property in a WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.