TemplateLinePropertyTemplateLine Property |
The TemplateLine to which this TemplateLineProperty belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TemplateLine TemplateLine { get; set; }
Public Property TemplateLine As TemplateLine
Get
Set
public:
property TemplateLine^ TemplateLine {
TemplateLine^ get ();
void set (TemplateLine^ value);
}
member TemplateLine : TemplateLine with get, set
Property Value
Type:
TemplateLine
See Also