ToolTask.ResponseFileEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.