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

ReplaceTokens.BeginToken Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

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

See Also

ReplaceTokens Class | NAnt.Core.Filters Namespace