Share via


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:  WebSvcStatusing
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. 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.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace