ProviderManager.ExecutionSimulator Property
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
IExecutionSimulatorThe execution simulator.