Property Name
RelativePath
Property Type
String
Description
Returns the full path of a registry key relative to a computer.
This property is read-only.
Example
Dim RegistryKey As IRegistryKey
Set RegistryKey =
GetObject("NTDS://DomainName/MachineName/reg_services/HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Visual
Basic\5.0")
Debug.Print RegistryKey.RelativePath
See Also: