API Reference
Enum
BenchmarkOutcome
Represents the result of evaluating one benchmark control.
Inheritance
- Enum
- BenchmarkOutcome
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field BenchmarkOutcome.Conflict
- Field BenchmarkOutcome.Error
- Field BenchmarkOutcome.Fail
- Field BenchmarkOutcome.Manual
- Field BenchmarkOutcome.NotApplicable
- Field BenchmarkOutcome.NotAutomated
- Field BenchmarkOutcome.NotCollected
- Field BenchmarkOutcome.NotSupported
- Field BenchmarkOutcome.Pass
- Field BenchmarkOutcome.Waived
- Property BenchmarkAssessmentSummary.Outcomes
- Property BenchmarkCheckResult.Outcome
- Property BenchmarkControlResult.Outcome
- Property BenchmarkRequirementResult.TechnicalOutcome
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BenchmarkOutcome NotAutomated #The control is known but has no automated implementation.
Value:
4public const BenchmarkOutcome NotSupported #The target or engine cannot support this control.
Value:
5public const BenchmarkOutcome Error #Assessment failed while collecting or evaluating evidence.
Value:
7public const BenchmarkOutcome Waived #An approved waiver excludes the control from compliance scoring.
Value:
8public const BenchmarkOutcome Conflict #Selected profiles require incompatible desired values for the same setting.
Value:
9