TemplateLineAmountRowName Property |
The name of definition, specified in Amount_Row_Id. null means that no Amount_Row_Id is specified or there is no name.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string AmountRowName { get; set; }
Public Property AmountRowName As String
Get
Set
public:
property String^ AmountRowName {
String^ get ();
void set (String^ value);
}
member AmountRowName : string with get, set
Property Value
Type:
String
See Also