DocumentTypePrintouts Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<Printout> Printouts { get; }
Public ReadOnly Property Printouts As ChildCollection(Of Printout)
Get
public:
property ChildCollection<Printout^>^ Printouts {
ChildCollection<Printout^>^ get ();
}
member Printouts : ChildCollection<Printout> with get
Property Value
Type:
ChildCollectionPrintout
See Also