Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
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);
}

Property Value

Type: System.Collections.Generic::List<WebTestResultUnit^>^

The children of a group.

Return to top
Show: