ScriptTask.

Prefix Property

Summary

The namespace prefix for any custom functions defined in the script. If omitted the prefix will default to 'script'
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
ScriptTask

Syntax

[TaskAttribute("prefix", Required = false)]
public string Prefix { get; set; }

Attributes

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

Value

Type Description
string