StepResult.Information Class

Definition

Represents an item in a bulleted list in the report for a diagnostic test run.

public class StepResult.Information
type StepResult.Information = class
Public Class StepResult.Information
Inheritance
StepResult.Information

Constructors

StepResult.Information()

Initializes a new instance of the StepResult.Information class without specifying the type or content of the bulleted list item.

StepResult.Information(StepResult+InformationType, String, Object[])

Initializes a new instance of the StepResult.Information class with the specified type and content.

Properties

Message

Retrieves or sets the text for an item in a bulleted list in the report for a diagnostic test run.

Type

Retrieves or sets the information type for an item in a bulleted list in the report for a diagnostic test run, such as warning or failure.

Applies to