 |
TaxFeeRateIncludeExcludeTransactionsOption Property |
Defines if the listed transactions are included or excluded.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate
Assembly:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate (in ASI.TAM.API.Data.UI.Configure.TaxFeeRate.dll) Version: 17.0.55.769 (17.0.55.769)
Syntaxpublic OptionType IncludeExcludeTransactionsOption { get; set; }
Public Property IncludeExcludeTransactionsOption As OptionType
Get
Set
Dim instance As TaxFeeRate
Dim value As OptionType
value = instance.IncludeExcludeTransactionsOption
instance.IncludeExcludeTransactionsOption = value
Property Value
Type:
OptionType
IncludeExcludeTransactionsOption As Option.
Remarks Note |
---|
- Name - IncludeExcludeTransactionsOption
- Option Type - TaxFeeRatesIncludeExcludeOptions
- Defaults To - Include
|
See Also