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