 |
SalesTargetItemRevenue Property |
Revenue
Created in Epic SDK 2014.
Namespace:
ASI.TAM.API.Data.UI.Account.Common
Assembly:
ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<decimal> Revenue { get; set; }
Public Property Revenue As Nullable(Of Decimal)
Get
Set
Dim instance As SalesTargetItem
Dim value As Nullable(Of Decimal)
value = instance.Revenue
instance.Revenue = value
Property Value
Type:
NullableDecimal
Revenue As Decimal?.
Remarks Note |
---|
- Name - Revenue
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 15
|
See Also