TestimoX

API Reference

Class

AdmxExplorerBundleValidationIssue

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Single validation issue discovered while checking an ADMX explorer bundle.

Inheritance

  • Object
  • AdmxExplorerBundleValidationIssue

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

Constructors

public AdmxExplorerBundleValidationIssue() #

Properties

public AdmxExplorerBundleValidationSeverity Severity { get; set; } #

Machine-readable severity of the issue.

public String Code { get; set; } #

Short machine-readable identifier for the issue type.

public String Message { get; set; } #

Human-readable description of the validation issue.

public String RelativePath { get; set; } #

Relative bundle path associated with the issue, when applicable.

public String SourceAdmx { get; set; } #

Source ADMX file associated with the issue, when applicable.

public String PolicyId { get; set; } #

Policy identifier associated with the issue, when applicable.