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

ResourceFileSet.Prefix Property

[This is preliminary documentation and subject to change.]

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

[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.Types.ResourceFileSet.Prefix

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace