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

ReplaceTokens.EndToken Property

[This is preliminary documentation and subject to change.]

Marks the end of a token. The default is "@".

[Visual Basic]
<TaskAttribute(Name:="endtoken", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property EndToken As Char
[C#]
[TaskAttribute(Name="endtoken", Required=False, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public char EndToken {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Filters.ReplaceTokens.EndToken

See Also

ReplaceTokens Class | NAnt.Core.Filters Namespace