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