Click or drag to resize

WizPageBaseAppContext Property

Returns the 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
public IAppContext AppContext { get; set; }

Property Value

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

Implements

IWizPageAppContext
See Also