API Reference / AdmxCatalogRegValueAPI ReferenceClass AdmxCatalogRegValueEdit on GitHubNamespace ADPlayground.Gpo.GpoLocalAssembly ADPlaygroundSource ADPlayground/GpoLocal/AdmxCatalogModels.cs:149Modifiers sealedTyped registry value for ADMX mapping.InheritanceObjectAdmxCatalogRegValueFilter membersAll (7) Constructors (1) Methods (4) Properties (2)Show inherited Expand all Collapse all ResetConstructorspublic AdmxCatalogRegValue() #ADPlayground/GpoLocal/AdmxCatalogModels.cs:149Inherited Methodspublic override Boolean Equals(Object obj) #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:20Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:25Returns: Int32Inherited from Objectpublic Type GetType() #Returns: TypeInherited from Objectpublic override String ToString() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:15Returns: StringInherited from ObjectPropertiespublic String Kind { get; set; } #ADPlayground/GpoLocal/AdmxCatalogModels.cs:149Kind of data (numeric|string|delete).public String Value { get; set; } #ADPlayground/GpoLocal/AdmxCatalogModels.cs:151Value to set (number or text) depending on kind.