RegistryKey: GetValueKind

GetValueKind

Returns the type of value stored in the registry.



 Public Function GetValueKind(
	  ByRef Name As String ) As RegistryValueKind

Parameters

Name
[ByRef] String. The name of the value to get the type of.

Return Values

RegistryValueKind -  The type of value in the registry.

See Also

Project CorLib Overview

Class RegistryKey Overview