Xceed .NET Libraries Documentation
Value Property (RegistryKey)


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

Property Value

An object representing the value of the registry key. If a number is specified, then the value will be set to number of type REG_DWORD. If a string is specified, the value will be set to a string of type REG_SZ. For any other type of object, ToString is called on the object, and the value will be set to a string of type REG_SZ.
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