NAnt SDK Documentation - v0.92

ReplaceTokens.BeginToken Property

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

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

See Also

ReplaceTokens Class | NAnt.Core.Filters Namespace