AnalysisResultCountNonCustomizedRequirements Property
Description
For each possible risk (pair of Risk and FC levels) - return the total Count of child requirements that were visited in last analysis and that are assessed to be in this Risk (Pair), and their Efforts were not customized.
Property type
Read-only property
Syntax
Visual Basic
Public Property AnalysisResultCountNonCustomizedRequirements( _
   ByVal RiskLevel As Long, _
   ByVal FCLevel As Long _
) As Long
Parameters
RiskLevel

The business risk level.

FCLevel

The feature complexity. An indirect indication of failure probability.

See Also