API Reference
Class
RsopFamilyCoverage
Coverage breakdown for a single policy family/category.
Inheritance
- Object
- RsopFamilyCoverage
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 RsopCoverage.Families
Constructors
public RsopFamilyCoverage() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Family { get; set; } #Family identifier (e.g., "Microsoft\\FVE" or vendor name).
public Int32 Mapped { get; set; } #Items mapped to ADMX in this family.
public Int32 Unknown { get; set; } #Items remaining as raw registry values in this family.
public String[] ResolvedBy { get; set; } #ADMX files actually loaded that define this family.
public String MissingAdmxHint { get; set; } #Heuristic hint when mapping failed (e.g., missing ADMX).