ToolTask.ResponseFileEncoding Property

Definition

Overridable property specifying the encoding of the response file, UTF8 by default

protected:
 virtual property System::Text::Encoding ^ ResponseFileEncoding { System::Text::Encoding ^ get(); };
protected virtual System.Text.Encoding ResponseFileEncoding { get; }
member this.ResponseFileEncoding : System.Text.Encoding
Protected Overridable ReadOnly Property ResponseFileEncoding As Encoding

Property Value

The Encoding of the response file.

Remarks

The encoding is UTF8 by default.

Applies to