NAnt SDK Documentation - v0.92

ResourceFileSet.Prefix Property

Indicates the prefix to prepend to the actual resource. This is usually the default namspace of the assembly.

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

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace