ReplaceTokens.

EndToken Property

Summary

Marks the end of a token. The default is "@".
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
ReplaceTokens

Syntax

[TaskAttribute("endtoken")]
[StringValidator(AllowEmpty = false)]
public char EndToken { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
StringValidatorAttribute Used to indicate whether a string property should allow an empty string value or not.

Value

Type Description
char