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