NAnt SDK Documentation - v0.92

XmlPokeTask.Value Property

The value that replaces the contents of the selected nodes.

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

See Also

XmlPokeTask Class | NAnt.Core.Tasks Namespace