Click or drag to resize

MainViewModelStartNewProcessCommand Property

Gets or sets the start new process command.

Namespace:  ConsoleControlSample.WPF
Assembly:  ConsoleControlSample.WPF (in ConsoleControlSample.WPF.exe) Version: 1.0.1.0 (1.0.1.0)
Syntax
C#
public Command StartNewProcessCommand { get; }

Property Value

Type: Command
The start new process command.
See Also