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