DraftProject.CurrencySymbol property
Gets or sets 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 Property CurrencySymbol As String
Get
Set
'Usage
Dim instance As DraftProject
Dim value As String
value = instance.CurrencySymbol
instance.CurrencySymbol = value
[RemoteAttribute]
public string CurrencySymbol { get; set; }
Property value
Type: System.String
A character that represents the currency symbol.