ProjectDataSet.TaskRow.PROJ_OPT_CURRENCY_POSITION Property
The placement of the currency symbol in relation to the currency value.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
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
Read-only.
0 = Before, no space ($0)
1 = After, no space (0$)
2 = Before, with space ($ 0)
3 = After, with space (0 $)
The default for new projects is determined by the enterprise global settings. If there are no enterprise global settings, the default value is 0.