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

ReplaceString.From Property

[This is preliminary documentation and subject to change.]

The string to be replaced.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Filters.ReplaceString.From

See Also

ReplaceString Class | NAnt.Core.Filters Namespace