WindowsRegisterSaveAliquoValue(RegistryKey, String, String) Method
Set a text in the specific Aliquo record.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void SaveAliquoValue(
RegistryKey registryKey,
string name,
string value
)
Public Shared Sub SaveAliquoValue (
registryKey As RegistryKey,
name As String,
value As String
)
Parameters
- registryKey RegistryKey
- Registry key.
- name String
- Aliquo registry name.
- value String
- Value to set.