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)

Syntax

'Declaration
Public Property Children As List(Of WebTestResultUnit)
public List<WebTestResultUnit> Children { get; internal set; }
public:
property List<WebTestResultUnit^>^ Children {
    List<WebTestResultUnit^>^ get ();
    internal: void set (List<WebTestResultUnit^>^ value);
}
member Children : List<WebTestResultUnit> with get, internal set
function get Children () : List<WebTestResultUnit>
internal function set Children (value : List<WebTestResultUnit>)

Property Value

Type: List<WebTestResultUnit>
The children of a group.

.NET Framework Security

See Also

Reference

WebTestResultGroup Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace