Click or drag to resize

ASCOMProfileGetValue(String, String) Method

Retrieve a registry value

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public string GetValue(
	string Name,
	string SubKeyName
)

Parameters

Name  String
Name of the value
SubKeyName  String
"SubKey in which the value is located

Return Value

String
String value
See Also