Edit

TestPointsQuery.Points Property

Definition

List of test points

[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=false)]
public System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint> Points { get; set; }
member this.Points : System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint> with get, set
Public Property Points As IList(Of TestPoint)

Property Value

Attributes

Applies to