TemplateLineAmountSourceName Property |
The source rowset for the amount. For example: DocLines, DocHeader, Additional Amounts, Stock Types, etc. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string AmountSourceName { get; set; }
Public Property AmountSourceName As String
Get
Set
public:
property String^ AmountSourceName {
String^ get ();
void set (String^ value);
}
member AmountSourceName : string with get, set
Property Value
Type:
String
See Also