CommandOutputEventArg.Message Property

Definition

Retrieves the line of output from the command.

public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

Property Value

The line of output. The Type property determines whether the output is from the command or is the message text that describes why the command failed.

Implements

Applies to