RegInfoTValueType Property
Gets or sets the type of the registry value.
Namespace: DevCase.Core.Windows.RegistryAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public RegistryValueKind ValueType { get; set; }
Public Property ValueType As RegistryValueKind
Get
Set
Dim instance As RegInfo
Dim value As RegistryValueKind
value = instance.ValueType
instance.ValueType = value
public:
property RegistryValueKind ValueType {
RegistryValueKind get ();
void set (RegistryValueKind value);
}
member ValueType : RegistryValueKind with get, set
No code example is currently available or this language may not be supported.
Property Value
RegistryValueKind
The type of the registry value.