Share via


PublishedProject.CurrencySymbol property

Gets the currency symbol that represents the type of currency that is used in the project.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property CurrencySymbol As String
    Get
'Usage
Dim instance As PublishedProject
Dim value As String

value = instance.CurrencySymbol
[RemoteAttribute]
public string CurrencySymbol { get; }

Property value

Type: System.String
A character that represents the type of currency.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace