TestimoX

API Reference

Enum

AdmxExplorerBundleValidationSeverity

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity assigned to an ADMX explorer bundle validation issue.

Inheritance

  • Enum
  • AdmxExplorerBundleValidationSeverity

Usage

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

Values

public const AdmxExplorerBundleValidationSeverity Information #

Informational observation that does not indicate a validation failure.

Value: 0
public const AdmxExplorerBundleValidationSeverity Warning #

Non-fatal inconsistency that should be reviewed.

Value: 1
public const AdmxExplorerBundleValidationSeverity Error #

Validation failure that makes the bundle unreliable for static consumers.

Value: 2