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:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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.

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.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace