MergeLocalizationDirectives.OutputFile Property

Definition

Gets or sets the output path of the compiled localization-directives assembly.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ OutputFile { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
[Microsoft.Build.Framework.Required]
public string OutputFile { get; set; }
[<Microsoft.Build.Framework.Output>]
[<Microsoft.Build.Framework.Required>]
member this.OutputFile : string with get, set
Public Property OutputFile As String

Property Value

The output path of the compiled localization-directives assembly.

Attributes

Applies to