Share via


StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_POSITION Property

Gets the placement of the currency symbol in relation to the cost 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_POSITION As Integer
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Integer

value = instance.PROJ_OPT_CURRENCY_POSITION

instance.PROJ_OPT_CURRENCY_POSITION = value
public int PROJ_OPT_CURRENCY_POSITION { get; set; }

Property Value

Type: System.Int32

Remarks

The currency symbol position can be set on the Display tab of the Project Options dialog box.

Following are the possible values:

  • 0 = Before, no space ($0)

  • 1 = After, no space (0$)

  • 2 = Before, with space ($ 0)

  • 3 = After, with space (0 $)

See Also

Reference

StatusingDataSet.ProjectsRow Class

StatusingDataSet.ProjectsRow Members

Statusing Web Service