Domain Detective

API Reference

Enum

AggregateCheckState

Namespace DomainDetective.Views
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines values for aggregate check state.

Inheritance

  • Enum
  • AggregateCheckState

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AggregateCheckState Unknown #

Provides aggregate check status info functionality.

Value: 0
public const AggregateCheckState Pass #

Provides aggregate check status info functionality.

Value: 1
public const AggregateCheckState Warning #

Provides aggregate check status info functionality.

Value: 2
public const AggregateCheckState Fail #

Provides aggregate check status info functionality.

Value: 3
public const AggregateCheckState Info #

Provides aggregate check status info functionality.

Value: 4
{{ include "footer" }}