NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
XmlPeekTask.Property Property
[This is preliminary documentation and subject to change.]
The property that receives the text representation of the XML inside the node returned from the XPath expression.
[Visual Basic]
<TaskAttribute(Name:="property", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Property As
String
[C#]
[TaskAttribute(Name="property", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string Property {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.XmlPeekTask.Property
See Also
XmlPeekTask Class | NAnt.Core.Tasks Namespace