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

LoopTask.TrimType Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.LoopTask.TrimType

See Also

LoopTask Class | NAnt.Core.Tasks Namespace