ProviderManager.ExecutionSimulator Property

Gets or sets the execution simulator.
public IExecutionSimulator ExecutionSimulator {get; set;}
This language is not supported or no code example is available.
public:  
property IExecutionSimulator^ ExecutionSimulator { 
IExecutionSimulator^ get( ); 
void set( 
IExecutionSimulator^ value 
); 
}
This language is not supported or no code example is available.
public function get ExecutionSimulator() : IExecutionSimulator
public function set ExecutionSimulator(value : IExecutionSimulator);
This language is not supported or no code example is available.

Property Value

IExecutionSimulator

The execution simulator.

In this article

Definition