usersettings.currencydecimalprecision Property
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Gets or sets the number of decimal places used with currency amounts.
Syntax
[Visual Basic .NET] Public Property currencydecimalprecision As CrmNumber
[C#]
public CrmNumber currencydecimalprecision {get; set;}
Property Value
The value of this property is a CrmNumber type.
Remarks
The following table contains additional information about this property:
| Platform required | No |
| Application requirement level | System required |
| Valid for create | Yes |
| Valid for retrieve | Yes |
| Valid for update | Yes |
| Minimum value | -2,147,483,647 |
| Maximum value | 2,147,483,647 |
Requirements
Web Service: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.
