| HandlerElementEngineModule Property |
Defines the engine module configuration for this handler.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic EngineModuleElement EngineModule { get; }Public ReadOnly Property EngineModule As EngineModuleElement
Get
public:
property EngineModuleElement^ EngineModule {
EngineModuleElement^ get ();
}member EngineModule : EngineModuleElement with get
Property Value
Type:
EngineModuleElement
The engine module.
See Also