WindowsRegisterSaveAliquoValue(RegistryKey, String, String) Method

Set a text in the specific Aliquo record.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void SaveAliquoValue(
	RegistryKey registryKey,
	string name,
	string value
)

Parameters

registryKey  RegistryKey
Registry key.
name  String
Aliquo registry name.
value  String
Value to set.

See Also