LC.OutputLicense Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.