LicenseTask.

HasCommandLineCompiler Property

Summary

Indicates whether the current target framework has a command line tool for compiling licenses files. The default is true.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
LicenseTask

Syntax

[FrameworkConfigurable("hascommandlinecompiler")]
public bool HasCommandLineCompiler { get; set; }

Attributes

Type Description
FrameworkConfigurableAttribute Indicates that the value of the property to which the attribute is assigned, can be configured on the framework-level in the NAnt application configuration file.

Value

Type Description
bool