ProcessNodeProcessLane Property |
The process lane to which this Node belongs. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProcessLane ProcessLane { get; set; }
Public Property ProcessLane As ProcessLane
Get
Set
public:
property ProcessLane^ ProcessLane {
ProcessLane^ get ();
void set (ProcessLane^ value);
}
member ProcessLane : ProcessLane with get, set
Property Value
Type:
ProcessLane
See Also