NAnt SDK Documentation - v0.92

LoopTask.TrimType Property

The type of whitespace trimming that should be done. The default is None.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="trim", ExpandProperties:=True, ProcessXml:=True)>
Public Property TrimType As LoopTrim
[C#]
[TaskAttribute(Required=False, Name="trim", ExpandProperties=True, ProcessXml=True)]
public LoopTask.LoopTrim TrimType {get; set;}

See Also

LoopTask Class | NAnt.Core.Tasks Namespace