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

XmlPeekTask.XPath Property

[This is preliminary documentation and subject to change.]

The XPath expression used to select which node to read.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.XmlPeekTask.XPath

See Also

XmlPeekTask Class | NAnt.Core.Tasks Namespace