Click or drag to resize

MainViewModelProcessState Property

Gets or sets the state of the process.

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

Property Value

Type: String
The state of the process.
See Also