SelectXmlInfo.Node Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The XmlNode that matches search.
public:
property System::Xml::XmlNode ^ Node { System::Xml::XmlNode ^ get(); void set(System::Xml::XmlNode ^ value); };
public System.Xml.XmlNode Node { get; set; }
member this.Node : System.Xml.XmlNode with get, set
Public Property Node As XmlNode