LC.OutputLicense Property

Definition

The name of the .licenses file, output only. It's inferred from LicenseTarget and OutputDirectory.

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

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

Property Value

The name of the .licenses file.

Attributes

Remarks

If you do not specify a name, the name of the .licx file is used and the .licenses file is placed in the directory that contains the .licx file.

Applies to