API Reference
Class
AdmxExplorerStats
Aggregate counts for an AdmxExplorerExport.
Inheritance
- Object
- AdmxExplorerStats
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
- Property AdmxExplorerBundleManifest.Stats
- Property AdmxExplorerExport.Stats
Constructors
public AdmxExplorerStats() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 SourceFileCount { get; set; } #Total ADMX source files in the export.
public Int32 PolicyCount { get; set; } #Total policy records in the export.
public Int32 CategoryCount { get; set; } #Total category nodes in the export.
public Int32 RootCategoryCount { get; set; } #Total root category nodes in the export.
public Int32 CategorizedPolicyCount { get; set; } #Total policies assigned to a category path.
public Int32 UncategorizedPolicyCount { get; set; } #Total policies that did not resolve to any category path.
public Int32 MachinePolicyCount { get; set; } #Total machine-scoped policies.
public Int32 UserPolicyCount { get; set; } #Total user-scoped policies.
public Int32 BothPolicyCount { get; set; } #Total policies that support both scopes.
public Int32 UnknownPolicyCount { get; set; } #Total policies whose class is unknown.