ProjectDataSet.AssignmentRow.PROJ_OPT_CURRENCY_POSITION Property

Specifies 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.AssignmentRow
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. Currency fields can only be set at the project level. For more information, see the PROJ_OPT_CURRENCY_POSITION property.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace