Vb6Task.

CompiledProperty Property

Summary

The name of a property in which will be set to true if compilation was needed and done without errors (default: "vb6.compiled") This can be used for touching the compilation files if vb6 autoincrement is set to true to avoid recompilation without any other changes.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
Vb6Task

Syntax

[TaskAttribute("compiledproperty")]
[StringValidator(AllowEmpty = false)]
public string CompiledProperty { get; set; }

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string