IWorkflowEngineContext EngineContext { get; set; }
Property EngineContext As IWorkflowEngineContext
Get
Set
property IWorkflowEngineContext^ EngineContext {
IWorkflowEngineContext^ get ();
void set (IWorkflowEngineContext^ value);
}
abstract EngineContext : IWorkflowEngineContext with get, set