Search notes:

Microsoft.PowerShell.Commands.SelectXmlInfo (class)

A Microsoft.PowerShell.Commands.SelectXmlInfo object is returned by the select-XML cmdlet.

Property: Node

The Node property is a System.Xml.XmlNode that corresponds to the matched node of the XPath expression that was used in the select-XML cmdlet that returned this object.

Index