Summary
Specifies the executable for which the .licenses file is generated.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- LicenseTask
Syntax
[TaskAttribute("licensetarget", Required = false)]
[StringValidator(AllowEmpty = false)]
[Obsolete("Use the \"target\" attribute instead.", false)]
public string LicenseTarget { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
String |
Used to indicate whether a string property should allow
an empty string value or not.
|
ObsoleteAttribute |
Value
Type | Description |
---|---|
string |