StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_CODE Property
Gets the currency code of the project, for example, USD.
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 StatusingDataSet.ProjectsRow
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
The three-character code for the 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.
See Also
Reference
StatusingDataSet.ProjectsRow Class