TestIterationDetailsModel.ActionResults 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 step results in an iteration.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestActionResultModel> ActionResults;
val mutable ActionResults : System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestActionResultModel>
Public ActionResults As List(Of TestActionResultModel)
Field Value
- Attributes