API Reference
Class
GpoRegistryValueDetail
Raw registry value present in a GPO that does not map to any known ADMX policy.
Inheritance
- Object
- GpoRegistryValueDetail
Constructors
public GpoRegistryValueDetail() #Inherited Methods
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.