API Reference
Class
AdmxCentralStoreUnknownRegistryValue
Unknown registry policy value discovered while mapping GPOs to ADMX definitions.
Inheritance
- Object
- AdmxCentralStoreUnknownRegistryValue
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 AdmxCentralStoreUnknownRegistryValue() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Guid GpoId { get; set; } #Source GPO identifier.
public String GpoName { get; set; } #Source GPO display name.
public RegistryPolicyScope Scope { get; set; } #Policy scope.
public String KeyPath { get; set; } #Registry key path.
public String ValueName { get; set; } #Registry value name.
public String SuggestedAdmx { get; set; } #Suggested missing ADMX family, when known.