TheCDEngines..::..MyNMIService Property
   My nmi service
   BREAKING Change in V4: Plugins with this field HAVE to be recompiled
   
                
    Namespace: 
   nsCDEngine.EnginesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static TheNMIEngine MyNMIService { get; set; }
Public Shared Property MyNMIService As TheNMIEngine Get Set
public: static property TheNMIEngine^ MyNMIService { TheNMIEngine^ get (); void set (TheNMIEngine^ value); }