ASCOMProfileSetValue(String, String) Method

Set a value in the driver top level sub-key

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public void SetValue(
	string Name,
	string Value
)

Parameters

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

See Also