ProjectDataSet.TaskRow.PROJ_OPT_CURRENCY_DIGITS Property
To be deprecated in the TaskDataTable. Specifies the number of digits that are displayed to the right of the decimal when currency values are displayed.
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_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. For more information, see PROJ_OPT_CURRENCY_DIGITS.
0 = No digits are displayed after the decimal. ($0)
1 = One digit is displayed after the decimal. ($0.0)
2 = Two digits are displayed after the decimal. ($0.00)
The default value 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 that is used by the Project Professional client.