NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
XmlPokeTask.Value Property
[This is preliminary documentation and subject to change.]
The value that replaces the contents of the selected nodes.
[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Name:="value", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Value As
String
[C#]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="value", Required=True, ExpandProperties=True, ProcessXml=True)]
public
string Value {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.XmlPokeTask.Value
See Also
XmlPokeTask Class | NAnt.Core.Tasks Namespace