ResourceFileSet.

Prefix Property

Summary

Indicates the prefix to prepend to the actual resource. This is usually the default namespace of the assembly.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
ResourceFileSet

Syntax

[TaskAttribute("prefix")]
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