StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_POSITION property

Gets the placement of the currency symbol in relation to the cost value.

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

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
An integer that represents a space position in relation to the cost value.

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

WebSvcStatusing namespace