Share via


WinMDExp.UTF8Output Property

Gets or sets the flag indicating whether to use UTF-8 output stream encoding.

MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property UTF8Output As Boolean
public bool UTF8Output { get; set; }
public:
property bool UTF8Output {
    bool get ();
    void set (bool value);
}
member UTF8Output : bool with get, set
function get UTF8Output () : boolean 
function set UTF8Output (value : boolean)

Property Value

Type: System.Boolean
Returns the flag indicating UTF-8 output stream encoding.

.NET Framework Security

See Also

Reference

WinMDExp Class

Microsoft.Build.Tasks Namespace