Project.CurrencySymbolPosition enumeration

Office 2013 and later

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)

No code example is currently available or this language may not be supported.

Member nameDescription
BeforeValue=0. Before, no space ($0).
AfterValue=1. After, no space (0$).
BeforeWithSpaceValue=2. Before, with space ($ 0).
AfterWithSpaceValue=3. After, with space (0 $).

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.

Show: