VjcTask.

LibPath Property

Summary

Specifies the location of assemblies referenced by way of the /reference flag.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
VjcTask

Syntax

[TaskAttribute("libpath")]
public string LibPath { get; set; }

Remarks

Corresponds to the /libpath:dir[;dir2] flag.

See the Visual J# Reference for details.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string