TestCaseResult.IterationDetails 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.
Test result details of test iterations.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestIterationDetailsModel> IterationDetails;
val mutable IterationDetails : System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestIterationDetailsModel>
Public IterationDetails As List(Of TestIterationDetailsModel)
Field Value
- Attributes