Share via


ProjectDataSet.ProjectResourceRow.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.ProjectResourceRow
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 be set only at the project level. For more information, see the PROJ_OPT_CURRENCY_DIGITS property.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Statusing Web Service