API Reference
Class
GpoRegistryValueDetail
Raw registry value present in a GPO that does not map to any known ADMX policy.
Inheritance
- Object
- GpoRegistryValueDetail
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
- Method AdmxPolicyMappingService.Map
- Property EffectivePolicyDetails.Unknown
- Property GpoAnalysisUnknownRow.Value
- Property GpoBackupPolicyMappingResult.ComputerUnknown
- Property GpoBackupPolicyMappingResult.UserUnknown
- Property GpoDetails.ComputerUnknown
- Property GpoDetails.UserUnknown
- Property GpoDetailsView.ComputerUnknown
- Property GpoDetailsView.UserUnknown
- Property GpResultSingleReport.Unknown
- Property RsopDetails.Unknown
- Property RsopDetailsView.Unknown
- Property RsopGpResultSingleReport.Unknown
- Property UnknownView.Items
Accepted by parameters
- Method RsopCoverageService.Compute
Constructors
public GpoRegistryValueDetail() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Guid GpoId { get; set; } #GPO identifier.
public String DomainName { get; set; } #DNS domain name that owns the GPO.
public RegistryPolicyScope Scope { get; set; } #Target policy scope (Computer or User).
public String KeyPath { get; set; } #Registry key path configured by this entry.
public String ValueName { get; set; } #Registry value name.
public UInt32 ValueType { get; set; } #Registry value type (e.g., REG_SZ=1, REG_DWORD=4).
public String StringValue { get; set; } #String value for REG_SZ/REG_EXPAND_SZ.
public Nullable<UInt32> DWordValue { get; set; } #DWORD value for REG_DWORD.
public String[] MultiStringValue { get; set; } #Multi-string array for REG_MULTI_SZ.