TemplateLineAmountColumnName Property |
The name of the column within the amount rowset where the amount is located. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string AmountColumnName { get; set; }
Public Property AmountColumnName As String
Get
Set
public:
property String^ AmountColumnName {
String^ get ();
void set (String^ value);
}
member AmountColumnName : string with get, set
Property Value
Type:
String
See Also