NAnt SDK Documentation - v0.85-nightly-2005-11-09

ScriptTask.Prefix Property

[This is preliminary documentation and subject to change.]

The namespace prefix for any custom functions defined in the script. If ommitted the prefix will default to 'script'

[Visual Basic]
<TaskAttribute(Name:="prefix", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Prefix As String
[C#]
[TaskAttribute(Name="prefix", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Prefix {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.ScriptTask.Prefix

See Also

ScriptTask Class | NAnt.DotNet.Tasks Namespace