WorkReportResources Property |
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<WorkReportResource> Resources { get; }
Public ReadOnly Property Resources As ChildCollection(Of WorkReportResource)
Get
public:
property ChildCollection<WorkReportResource^>^ Resources {
ChildCollection<WorkReportResource^>^ get ();
}
member Resources : ChildCollection<WorkReportResource> with get
Property Value
Type:
ChildCollectionWorkReportResource
See Also