WindowsRegisterReadAliquoValue(String) Method

Get a Aliquo value from the registry.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ReadAliquoValue(
	string name
)

Parameters

name  String
Aliquo registry name.

Return Value

String
String with the Aliquo value from the registry.

See Also