|  | ParallelActiveParallel Property  | 
 [This is preliminary documentation and is subject to change.]
            (read) Sets ON/OFF (1/0) Parallel features of the Engine
            (write) Delivers if the Parallel features of the Engine are Active
            
 
    Namespace: 
   dss_sharp
    Assembly:
   dss_sharp (in dss_sharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic int ActiveParallel { get; set; }Public Property ActiveParallel As Integer
	Get
	Set
public:
property int ActiveParallel {
	int get ();
	void set (int value);
}member ActiveParallel : int with get, set
function get_ActiveParallel();
function set_ActiveParallel(value);
Property Value
Type: 
Int32 See Also
See Also