Share via


AddChildNodeCommand.ChildNode Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the ConfigurationNode that was added as a result of the command being executed.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)

Syntax

'Declaration
PublicReadOnlyPropertyChildNodeAs ConfigurationNode
public ConfigurationNode ChildNode { get; }
public:
property ConfigurationNode^ ChildNode {
    ConfigurationNode^ get ();
}
publicfunction getChildNode () : ConfigurationNode

Field Value

The ConfigurationNode that was added as a result of the command being executed. The default is a nulla null reference (Nothing in Visual Basic) reference(Nothing in Visual Basic).

See Also

AddChildNodeCommand Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.