ProjectDataSet.TaskRow.PROJ_OPT_CURRENCY_DIGITS Property
The number of digits displayed to the right of the decimal when currency values are displayed.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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.
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.