Config Helper
ValueKind Property



KellermanSoftware.ConfigHelper Namespace > RegistryValue Class : ValueKind Property
Syntax
Public Property ValueKind As Nullable(Of RegistryValueKind)
Dim instance As RegistryValue
Dim value As Nullable(Of RegistryValueKind)
 
instance.ValueKind = value
 
value = instance.ValueKind
public Nullable<RegistryValueKind> ValueKind {get; set;}
public:
property Nullable<RegistryValueKind> ValueKind {
   Nullable<RegistryValueKind> get();
   void set (    Nullable<RegistryValueKind> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RegistryValue Class
RegistryValue Members