NAnt SDK Documentation - v0.92

ReplaceString.From Property

The string to be replaced.

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

See Also

ReplaceString Class | NAnt.Core.Filters Namespace