ProductMoneyValuesLastPrice Property |
Last purchase price; negative and zero values are allowed. Max. precision is 4. On save value is rounded automatically to 4 digits after the decimal point at pre-commit stage.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal? LastPrice { get; set; }
Public Property LastPrice As Decimal?
Get
Set
No code example is currently available or this language may not be supported.
Property Value
NullableDecimal
See Also