Click or drag to resize

OutstandingPaymentPropName Property

Return the property name relevant to the user.

Namespace:  ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:  ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntax
public string this[
	OutstandingPaymentProperty eProperty
] { get; set; }

Parameters

eProperty
Type: ASI.TAM.API.Data.UI.GeneralLedger.ReceiptOutstandingPaymentProperty
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