Compartir a través de


VCDebugSettings.MPIRunCommand (Propiedad)

Obtiene o establece el nombre del comando que se va a ejecutar bajo el dominio kerberos de la interfaz multiprocesador.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property MPIRunCommand As String
string MPIRunCommand { get; set; }
property String^ MPIRunCommand {
    String^ get ();
    void set (String^ value);
}
abstract MPIRunCommand : string with get, set
function get MPIRunCommand () : String
function set MPIRunCommand (value : String)

Valor de propiedad

Tipo: System.String
Cadena que contiene el nombre del comando.

Seguridad de .NET Framework

Vea también

Referencia

VCDebugSettings Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)