| MultiThreaded
          read/write
          property Sets/Gets the COM threading model used in the thread. 
        Syntax:
        
          object.MultiThreaded = value 
          variable = object.MultiThreaded 
         
          Arguments
          
            The value can be True (default) - multithreaded, False -
            singlethreaded (singlethreaded is not supported under Windows CE!).
            The value will take effect the next time thread is started - i.e.
            change of the property while the thread is running will not change
            it.  
           
        Remarks:
        
          It is not recommended to change this property unless there is no
          other way. It is provided "just in case" for experienced
          developers who need to optimize their code for better performance on
          WEB servers. 
         
        Applies to:   COMScriptThread
        object 
         |