Click or drag to resize

AppRegistrySetStringValue Method

Stores a value in the registry.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static void SetStringValue(
	string keyval,
	string rvalue
)

Parameters

keyval
Type: SystemString
rvalue
Type: SystemString
See Also