Click or drag to resize

FinanceTransactionPropName Property

Return the property name relevant to the user.
Namespace:  ASI.TAM.API.Data.UI.Transaction.FinanceTransaction
Assembly:  ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntax
public string this[
	FinanceTransactionProperty eProperty
] { get; set; }

Parameters

eProperty
Type: ASI.TAM.API.Data.UI.Transaction.FinanceTransactionFinanceTransactionProperty
Current Property

Property Value

Type: String
Remarks
This way of keeping track of the property name is easier for versioning. Property names should be replaced by previous data object versions only.
See Also