Click or drag to resize

IWizPageAppContext Property

Returns the IAppContext application context for the running instance.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IAppContext AppContext { get; set; }

Property Value

Type: IAppContext
A NetQuarry.IAppContext object pointing to the current running application context.
See Also