Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the placement of the currency symbol in relation to the currency value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
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 be set only at the project level. For more information, see the PROJ_OPT_CURRENCY_POSITION property.
See also
Reference
ProjectDataSet.ProjectResourceRow class