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

ReplaceString.To Property

[This is preliminary documentation and subject to change.]

The new value for the replaced string. Am empty string is permissible.

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

Remarks

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

See Also

ReplaceString Class | NAnt.Core.Filters Namespace