IRemoteCommand.OutputEncoding Property

Definition

Retrieves or sets the encoding to use on the output that the command generates.

[System.Runtime.InteropServices.ComVisible(false)]
public System.Text.Encoding OutputEncoding { get; set; }
member this.OutputEncoding : System.Text.Encoding with get, set
Public Property OutputEncoding As Encoding

Property Value

An Encoding object that specifies the encoding to apply to the output that is sent to your CommandOutputHandler event handler in response to an OnCommandOutput event.

Attributes

Applies to