NAnt SDK Documentation - v0.92 |
|
ReplaceTokens.EndToken Property
Marks the end of a token. The default is "@".
[Visual Basic]
<TaskAttribute(Required:=False, Name:="endtoken", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property EndToken As
Char
[C#]
[TaskAttribute(Required=False, Name="endtoken", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
char EndToken {get; set;}
See Also
ReplaceTokens Class | NAnt.Core.Filters Namespace