StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_CODE property
Gets the currency code of the project, for example, USD.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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