CodeCoverageData.CoverageStats Property
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 coverage data for the build
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=true)]
public System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.CodeCoverageStatistics> CoverageStats { get; set; }
member this.CoverageStats : System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.CodeCoverageStatistics> with get, set
Public Property CoverageStats As IList(Of CodeCoverageStatistics)
Property Value
- Attributes