Click or drag to resize

IRegistryValue Interface

A value representing a registry key

Namespace:  Xcalibur.Controllers.Models
Assembly:  Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IRegistryValue

The IRegistryValue type exposes the following members.

Properties
  NameDescription
Public propertySecurity
Gets or sets the security.
Public propertyValue
Gets or sets the value.
Public propertyValueKind
Gets or sets the kind of the value.
Top
See Also