ProcessNodeEventBoundaryOfProcessNodeId Property |
When the event is boundary, contains the node to which the event is bound. Otherwise contains null. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> BoundaryOfProcessNodeId { get; set; }
Public Property BoundaryOfProcessNodeId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ BoundaryOfProcessNodeId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member BoundaryOfProcessNodeId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also