Click or drag to resize

RevenueBasedCommissionPropName Property

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

Parameters

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