The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResultGroup::Children Property
Gets the children of a group. This can typically be a page or other groups also. Set accessor is set to internal.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property List<WebTestResultUnit^>^ Children { List<WebTestResultUnit^>^ get(); internal: void set(List<WebTestResultUnit^>^ value); }
Show: