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