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