다음을 통해 공유


DraftProject.CurrencyCode property

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.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace