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