Click or drag to resize

RegistryLayoutRenderer Properties

The RegistryLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the value to be output when the specified registry key or value is not found.
Public propertyCode exampleKey
Gets or sets the registry key.
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyRequireEscapingSlashesInDefaultValue
Require escaping backward slashes in DefaultValue. Need to be backwards-compatible. When true: `\` in value should be configured as `\\` `\\` in value should be configured as `\\\\`.
Public propertyValue
Gets or sets the registry value name.
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Public propertyView
Gets or sets the registry view (see: https://msdn.microsoft.com/de-de/library/microsoft.win32.registryview.aspx). Allowed values: Registry32, Registry64, Default
Top
See Also