Click or drag to resize

ASCOMProfileSetValue(String, String) Method

Set a value in the driver top level subkey

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public void SetValue(
	string Name,
	string Value
)

Parameters

Name  String
Name of the value to set
Value  String
Value to be set
See Also