StepResult.InformationType Enum

Definition

Defines the type of information that is contained in a bulleted list item in the report for a diagnostic test.

public enum StepResult.InformationType
type StepResult.InformationType = 
Public Enum StepResult.InformationType
Inheritance
StepResult.InformationType

Fields

Failure 1

The information in the bulleted list item describes a part of the diagnostic test that failed. This enumeration value represents a value of 1.

Information 0

The information in the bulleted list item provides information about the result of a part of the diagnostic test. This enumeration value represents a value of 0.

Warning 2

The information in the bulleted list item provides a warning message about a part of the diagnostic test. This enumeration value represents a value of 2.

Applies to