ConfigurationElementInterceptor::ChildNodes Property

.NET Framework (current version)
 

Gets the child nodes of this element.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property XmlNodeList^ ChildNodes {
	XmlNodeList^ get();
}

Property Value

Type: System.Xml::XmlNodeList^

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

.NET Framework
Available since 4.5
Return to top
Show: