Configuration MacroRunnerContext Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets/sets an object passed by the framework into MacroRunner.Run() method. This property is auto-set for classes decorated with [ConfigMacroContext] attribute

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Object MacroRunnerContext { get; set; }

Property Value

Type: OnlineObject
See Also