 |
TaxFeeRateDescription Property |
Tax or fee rate description
Created in Epic SDK 2021.
Required
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: 20.0.58.1249 (20.0.58.1249)
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As TaxFeeRate
Dim value As String
value = instance.Description
instance.Description = value
Property Value
Type:
String
Description As String.
Remarks Note |
---|
- Name - Description
- Length - 70
- Accepts Multiple Lines - False
- Required On Insert - True
- Required On Update - True
|
See Also