WizPageKernelAppContext 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; }
Public Property AppContext As IAppContext
Get
Set
Property Value
Type:
IAppContextA NetQuarry.IAppContext object pointing to the current running application context.
Implements
IWizPageAppContextSee Also