ProcessConnectionTargetProcessNode Property |
The element, at which the connection ends. The element should be in the same process as the connection. [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 ProcessNode TargetProcessNode { get; set; }
Public Property TargetProcessNode As ProcessNode
Get
Set
public:
property ProcessNode^ TargetProcessNode {
ProcessNode^ get ();
void set (ProcessNode^ value);
}
member TargetProcessNode : ProcessNode with get, set
Property Value
Type:
ProcessNode
See Also