ProjectDataSet.TaskRow.PROJ_OPT_CURRENCY_DIGITS Property
To be deprecated in the TaskDataTable. The number of digits displayed to the right of the decimal when currency values are displayed.
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_DIGITS As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.PROJ_OPT_CURRENCY_DIGITS
instance.PROJ_OPT_CURRENCY_DIGITS = value
public int PROJ_OPT_CURRENCY_DIGITS { get; set; }
Property Value
Type: System.Int32
Remarks
Read-only.
Important
The PROJ_OPT_CURRENCY_DIGITS property will be deprecated from the TaskDataTable class in the ProjectDataSet, because the property is used in the ProjectDataTable. See PROJ_OPT_CURRENCY_DIGITS.
0 = No digits after the decimal ($0)
1 = One digit after the decimal ($0.0)
2 = Two digits after the decimal ($0.00)
The default for new projects is determined by the enterprise global settings. If there are no enterprise global settings, the default value is the same as the value used by the Project Professional client.