StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_CODE Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the currency code of the project, for example, USD.
public:
property System::String ^ PROJ_OPT_CURRENCY_CODE { System::String ^ get(); void set(System::String ^ value); };
public string PROJ_OPT_CURRENCY_CODE { get; set; }
member this.PROJ_OPT_CURRENCY_CODE : string with get, set
Public Property PROJ_OPT_CURRENCY_CODE As String
Property Value
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.