Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the currency code of the project, as defined in ISO 4217.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property CurrencyCode As String
Get
Set
'Usage
Dim instance As DraftProject
Dim value As String
value = instance.CurrencyCode
instance.CurrencyCode = value
[RemoteAttribute]
public string CurrencyCode { get; set; }
Property value
Type: System.String
An object that represents the currency code.
Remarks
For example, USD represents United States Dollars.