ConfigurationElementInterceptor.ChildNodes Property

Definition

Gets the child nodes of this element.

public:
 property System::Xml::XmlNodeList ^ ChildNodes { System::Xml::XmlNodeList ^ get(); };
public System.Xml.XmlNodeList ChildNodes { get; }
member this.ChildNodes : System.Xml.XmlNodeList
Public ReadOnly Property ChildNodes As XmlNodeList

Property Value

The collection of child nodes. null if this element has no child nodes.

Applies to