API Reference
Class
AdmxExplorerBundleValidationIssue
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() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.