TabsToSpaces.

TabLength Property

Summary

The number of spaces used when converting a tab. The default is "8".
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
TabsToSpaces

Syntax

[TaskAttribute("tablength")]
[Int32Validator(MinValue = 1, MaxValue = 100)]
public int TabLength { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
Int32ValidatorAttribute Indicates that property should be able to be converted into a int within the given range.

Value

Type Description
int