AL.OutputAssembly Property

Definition

Gets or sets the name of the file generated by this task.

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

[Microsoft.Build.Framework.Output]
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem OutputAssembly { get; set; }
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem OutputAssembly { get; set; }

Property Value

The name of the file generated by this task.

Attributes

Remarks

This property corresponds to the /out option in Al.exe (Assembly Linker).

Applies to