ProjectDataSet.AssignmentRow.PROJ_OPT_CURRENCY_DIGITS property

Specifies the number of digits that appear after the decimal in currency values.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_CURRENCY_DIGITS As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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. Currency fields can only be set at the project level. For more information, see the PROJ_OPT_CURRENCY_DIGITS property.

See also

Reference

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace