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)
Syntax
'Declaración
Property MPIRunWorkingDirectory As String
Get
Set
string MPIRunWorkingDirectory { get; set; }
property String^ MPIRunWorkingDirectory {
String^ get ();
void set (String^ value);
}
abstract MPIRunWorkingDirectory : string with get, set
function get MPIRunWorkingDirectory () : String
function set MPIRunWorkingDirectory (value : String)
Property Value
Type: System.String
String containing the MPI working directory.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.