Edit

CodeCoverageData.CoverageStats Property

Definition

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

Applies to