VCDebugSettings.ApplicationCommand Property

Definition

Sets or gets the name of the application to be debugged.

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

Property Value

String containing the application name.

Attributes

Applies to