Xceed .NET Libraries Documentation
KeyName Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > RegistryKey Class : KeyName Property
Gets or sets the name of the registry key.
Syntax
'Declaration
 
Public Property KeyName As String
'Usage
 
Dim instance As RegistryKey
Dim value As String
 
instance.KeyName = value
 
value = instance.KeyName
public string KeyName {get; set;}

Property Value

A string representing the name of the registry key. It can begin with HKCR, HKCU, HKLM, HKU, HKPD, HKDD or HKCC, or by the long version of each registry key root: HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, etc. The 16-bit self-extractor binary only supports HKCR and HKEY_CLASSES_ROOT.
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

RegistryKey Class
RegistryKey Members