VCDebugSettings.ApplicationCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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