VCDebugSettings::MPIRunWorkingDirectory Property

 

Sets or gets the Multi-Processor-Interface working directory.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ MPIRunWorkingDirectory {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the MPI working directory.

Return to top
Show: