 |
VoucherDiscountValue Property |
Used to expose properties contained in the discounts tab.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic Discount DiscountValue { get; set; }
Public Property DiscountValue As Discount
Get
Set
Dim instance As Voucher
Dim value As Discount
value = instance.DiscountValue
instance.DiscountValue = value
Property Value
Type:
Discount
DiscountValue As Other.
Remarks Note |
---|
|
See Also