NAnt SDK Documentation - v0.92 |
|
ReplaceString.To Property
The new value for the replaced string. Am empty string is permissible.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="to", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null")>
Public Property To As
String
[C#]
[TaskAttribute(Required=False, Name="to", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
public
string To {get; set;}
See Also
ReplaceString Class | NAnt.Core.Filters Namespace