API Reference
Class
BenchmarkRegistryProfileBackupValue
Stores an exact JSON-safe registry value for one stable Windows profile.
Inheritance
- Object
- BenchmarkRegistryProfileBackupValue
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 BenchmarkRegistryProfileBackupValue() #Inherited Methods
Properties
public String ProfileId { get; set; } #Gets or sets the stable profile identifier.
public String Sid { get; set; } #Gets or sets the profile SID.
public String AccountName { get; set; } #Gets or sets the resolved account name.
public String ProfilePath { get; set; } #Gets or sets the registered profile directory.
public String HivePath { get; set; } #Gets or sets the exact hive-file path used for offline access.
public Boolean IsLoaded { get; set; } #Gets or sets whether the profile was loaded when captured.
public Boolean IsDefault { get; set; } #Gets or sets whether this is the Windows Default profile.
public RegistryProfileAccountType AccountType { get; set; } #Gets or sets the profile account authority.
public Boolean Exists { get; set; } #Gets or sets whether the value existed.
public JsonElement Value { get; set; } #Gets or sets the native value serialized as JSON.
public String ValueType { get; set; } #Gets or sets the registry value kind.