ManagedCompiler.OutputAssembly Property

Definition

Gets or sets the name of the output file.

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

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

Property Value

The name of the output file.

Attributes

Notes to Inheritors

This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.

Applies to