| Visual Basic (Declaration) | |
|---|---|
Public Property Query As System.String | |
| C# | |
|---|---|
public System.string Query {get; set;} | |
Property Value
An XPath expression that describes XML nodes. Each matching node is considered as a fact (one record).
Consider you have an XML file with a root tag named "countries" and with child tags named "country", containing data for a country.
To retrieve data for each country you should use the following XPath expression: "/countries/country".
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2