TestPointsQuery.Points 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 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