Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ProcessElement> Elements { get; }
Public ReadOnly Property Elements As ChildCollection(Of ProcessElement)
Get
public:
property ChildCollection<ProcessElement^>^ Elements {
ChildCollection<ProcessElement^>^ get ();
}
member Elements : ChildCollection<ProcessElement> with get
Property Value
Type:
ChildCollectionProcessElement
See Also