VCDebugSettings.MPIRunArguments Property

Sets or gets the run arguments for Multi-Processor-Interface debugging.

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

Syntax

'Declaration
Property MPIRunArguments As String
string MPIRunArguments { get; set; }
property String^ MPIRunArguments {
    String^ get ();
    void set (String^ value);
}
abstract MPIRunArguments : string with get, set
function get MPIRunArguments () : String 
function set MPIRunArguments (value : String)

Property Value

Type: String
String containing the MPI run arguments.

.NET Framework Security

See Also

Reference

VCDebugSettings Interface

Microsoft.VisualStudio.VCProjectEngine Namespace