DraftProject.CurrencyPosition property
Gets or sets 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 Property CurrencyPosition As CurrencySymbolPosition
Get
Set
'Usage
Dim instance As DraftProject
Dim value As CurrencySymbolPosition
value = instance.CurrencyPosition
instance.CurrencyPosition = value
[RemoteAttribute]
public CurrencySymbolPosition CurrencyPosition { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.CurrencySymbolPosition
A numerical value that represents the placement of the currency symbol.