RegressionTestPlanRequestedRegressionSpecs Property |
Returns a non-null possibly-empty set of specifications for
regressions that the API is specifically instructed to test and
return (on top of any others that it will test and potentially
return anyway).
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ReadOnlyCollection<RegressionSpec> RequestedRegressionSpecs { get; }
Public ReadOnly Property RequestedRegressionSpecs As ReadOnlyCollection(Of RegressionSpec)
Get
Property Value
ReadOnlyCollectionRegressionSpecSee Also