StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_DIGITS Property
Gets the number of decimal digits in the currency value.
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 StatusingDataSet.ProjectsRow
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 number of decimal digits can be set on the Display tab of the Project Options dialog box.
See Also
Reference
StatusingDataSet.ProjectsRow Class