PublishedProject.CurrencyPosition property

Gets the placement of the currency symbol in relation to the currency value.

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

Syntax

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

value = instance.CurrencyPosition
[RemoteAttribute]
public CurrencySymbolPosition CurrencyPosition { get; }

Property value

Type: Microsoft.ProjectServer.Client.CurrencySymbolPosition
A numerical value that represents the placement of the currency symbol.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace