Click or drag to resize

ASCOMProfileRemoveValue(String, String) Method

Remove a value

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public void RemoveValue(
	string ValueName,
	string SubKeyName
)

Parameters

ValueName  String
Name of the value to be removed
SubKeyName  String
"SubKey containing the value
See Also