API Reference
Class
AdmxPolicyArtifactOperation
Single registry operation emitted while generating ADMX policy artifacts.
Inheritance
- Object
- AdmxPolicyArtifactOperation
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 AdmxPolicyArtifactOperation() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public AdmxPolicyArtifactOperationKind Kind { get; set; } #Operation kind.
public String KindName { get; set; } #Textual operation kind for JSON and static consumers.
public String RegistryKey { get; set; } #Fully-qualified registry key path including the hive.
public String RegistryValue { get; set; } #Registry value name, when the operation targets a single value.
public Nullable<RegistryValueKind> ValueKind { get; set; } #Registry value kind used for set operations.
public String ValueKindName { get; set; } #Textual registry value kind for JSON and static consumers.
public String ValuePreview { get; set; } #Human-readable representation of the value being written, when applicable.