Project.CurrencySymbolPosition Enumeration

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 [Project Web service].ProjectDataSet.ProjectResourceRow or [Statusing Web service].ProjectDataSet.ProjectResourceRow object.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace