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