VCDebugSettings.MPIRunWorkingDirectory Property

Definition

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

public:
 property System::String ^ MPIRunWorkingDirectory { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ MPIRunWorkingDirectory { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2337)]
public string MPIRunWorkingDirectory { [System.Runtime.InteropServices.DispId(2337)] get; [System.Runtime.InteropServices.DispId(2337)] set; }
[<System.Runtime.InteropServices.DispId(2337)>]
[<get: System.Runtime.InteropServices.DispId(2337)>]
[<set: System.Runtime.InteropServices.DispId(2337)>]
member this.MPIRunWorkingDirectory : string with get, set
Public Property MPIRunWorkingDirectory As String

Property Value

String containing the MPI working directory.

Attributes

Applies to