UIControllerModule Property

Gets or sets the value determining the ModuleController to whom this UIController 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 UIController with a module, see ModuleController.

See Also