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