TestSubResult.SubResults Field
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.
List of sub results inside a sub result, if ResultGroupType is not None, it holds corresponding type sub results.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestSubResult> SubResults;
val mutable SubResults : System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestSubResult>
Public SubResults As List(Of TestSubResult)
Field Value
- Attributes