ICommandRawOutputEventArg.Output Property

Definition

Retrieves the output from the command.

public byte[] Output { get; }
member this.Output : byte[]
Public ReadOnly Property Output As Byte()

Property Value

Byte[]

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

Applies to