ProjectDataSet.ProjectRow.PROJ_OPT_CURRENCY_DIGITS Property
Specifies the number of digits that appear after the decimal in currency values.
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.ProjectRow
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
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 2, the same as the default in Project Professional.
0 = No digits after the decimal ($0)
1 = One digit after the decimal ($0.0)
2 = Two digits after the decimal ($0.00)
See Also
Reference
ProjectDataSet.ProjectRow Class