contractdetail.net Property
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Gets the net price for the contract line. Net price is the total price minus any applicable discount.
Syntax
[Visual Basic .NET] Public Property net As CrmMoney
[C#]
public CrmMoney net {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 level | Read-only |
| Valid for create | No |
| Valid for retrieve | Yes |
| Valid for update | No |
| Precision | 2 |
| Minimum value | 0.00 |
| Maximum value | 100,000,000,000.00 |
Requirements
Web Service: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.

