DraftProject.CurrencyDigits property
Gets or sets the number of decimal digits in currency values.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property CurrencyDigits As Integer
Get
Set
'Usage
Dim instance As DraftProject
Dim value As Integer
value = instance.CurrencyDigits
instance.CurrencyDigits = value
[RemoteAttribute]
public int CurrencyDigits { get; set; }
Property value
Type: System.Int32
A numerical value that represents the number of decimal digits.