ProjectDataSet.ProjectRow.PROJ_OPT_CURRENCY_CODE Property
Specifies the three-character code that defines the currency that is used in the project.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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