Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or gets the Multi-Processor-Interface working directory.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property MPIRunWorkingDirectory As String
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.