account.marketcap_base Property
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Gets the base currency equivalent of the market capitalization for the account.
Syntax
[Visual Basic. NET] Public Property marketcap_base As CrmMoney
[C#]
public CrmMoney marketcap_base {get; set;}
Property Value
The value of this property is a CrmMoney type.
Remarks
The following table contains additional information about this property:
| Platform required | No |
| Application requirement level1 | No Constraint |
| Valid for create | No |
| Valid for retrieve | Yes |
| Valid for update | No |
| Precision1 | 4 |
| Minimum value1 | -922337203685477.00 |
| Maximum value1 | 922337203685477.00 |
1 – Customizable. Indicates the value for a default installation.
Requirements
Web Service: CrmService
See Also
© 2010 Microsoft Corporation. All rights reserved.
