HierarchyCollectionEventArgs.ChildrenAdded 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.
Gets the list of child nodes that were added to the hierarchy in IIS Manager.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Web::Management::Client::HierarchyInfo ^> ^ ChildrenAdded { System::Collections::Generic::IEnumerable<Microsoft::Web::Management::Client::HierarchyInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Web.Management.Client.HierarchyInfo> ChildrenAdded { get; }
member this.ChildrenAdded : seq<Microsoft.Web.Management.Client.HierarchyInfo>
Public ReadOnly Property ChildrenAdded As IEnumerable(Of HierarchyInfo)
Property Value
The list of child nodes that were added.