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 in relation to the currency value.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer
value = instance.PROJ_OPT_CURRENCY_POSITION
instance.PROJ_OPT_CURRENCY_POSITION = value
public int PROJ_OPT_CURRENCY_POSITION { get; set; }
Property Value
Type: System.Int32
Remarks
The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is zero (0).
0 = Before, no space ($0)
1 = After, no space (0$)
2 = Before, with space ($ 0)
3 = After, with space (0 $)
See Also
Reference
ProjectDataSet.ProjectRow Class