Registry: CurrentUser (get)

CurrentUser

Returns a RegistryKey object that is then used to access registry keys and values for information and preferences of the current user. The root section of the Registry accessed is HKEY_CURRENT_USER.



 Public Property Get CurrentUser ( ) As RegistryKey

Return Values

RegistryKey - 

Read Only.

See Also

Project CorLib Overview

Class Registry Overview