ProjectDataSet.ProjectRow.PROJ_OPT_CURRENCY_CODE Property

Specifies the three-character code that defines the currency used in the project.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_CURRENCY_CODE As String
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String

value = instance.PROJ_OPT_CURRENCY_CODE

instance.PROJ_OPT_CURRENCY_CODE = value
public string PROJ_OPT_CURRENCY_CODE { get; set; }

Property Value

Type: System.String
Code for the country currency.

Remarks

The currency character codes are defined in ISO 4217; for example, the United States Dollar is USD, the Japanese Yen is JPY, and the European Euro is EUR.

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is taken from the Windows operating system where Project Server is running.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace