BusinessProcessModule Property

Gets or sets the value determining the ModuleController to whom this BusinessProcess is associated

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ModuleController Module { get; set; }

Property Value

ModuleController

Remarks

For more information about association BusinessProcess with a module, see ModuleController.

See Also