Project.CurrencyCodeLength Field
Represents the number of characters in the string that is used to define a type of currency.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared ReadOnly CurrencyCodeLength As Integer
'Usage
Dim value As Integer
value = Project.CurrencyCodeLength
public static readonly int CurrencyCodeLength
Remarks
The read-only value for CurrencyCodeLength is 3. Examples of currency codes are: USD (United States Dollar), JPY (Japanese Yen), and EUR (European Euro).