ProjectDataSet.TaskRow.PROJ_OPT_CURRENCY_POSITION Property
To be deprecated in the TaskDataTable. Specifies the placement of the currency symbol in relation to the currency value.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
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
Read-only.
Important
The PROJ_OPT_CURRENCY_POSITION property will be deprecated from the TaskDataTable class in the ProjectDataSet, because the property is used in the ProjectDataTable. For more information, see PROJ_OPT_CURRENCY_POSITION.
0 = The currency symbol is placed before the currency value, with no space. ($0)
1 = The currency symbol is placed after the currency value, with no space. (0$)
2 = The currency symbol is placed before the currency value, with a space. ($ 0)
3 = The currency symbol is placed after the currency value, with a space. (0 $)
The default value for new projects is determined by the enterprise global settings. If there are no enterprise global settings, the default value is 0.