IRegistryValueValueKind Property |
Gets or sets the kind of the value.
Namespace:
Xcalibur.Controllers.Models
Assembly:
Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax RegistryValueKind ValueKind { get; set; }
Property ValueKind As RegistryValueKind
Get
Set
property RegistryValueKind ValueKind {
RegistryValueKind get ();
void set (RegistryValueKind value);
}
abstract ValueKind : RegistryValueKind with get, set
Property Value
Type:
RegistryValueKind
The kind of the value.
See Also