 |
TaxFeeRateLastUpdated Property |
Shows the date tax or fee rate is last updated and the user that updated it.
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: 20.0.58.1249 (20.0.58.1249)
Syntaxpublic string LastUpdated { get; set; }
Public Property LastUpdated As String
Get
Set
Dim instance As TaxFeeRate
Dim value As String
value = instance.LastUpdated
instance.LastUpdated = value
Property Value
Type:
String
LastUpdated As String.
Remarks Note |
---|
- Name - LastUpdated
- Read Only - True
|
See Also