ProfileWriteValue(String, String, String, String) Method |
Writes a string value to the profile using the supplied subkey for the given Driver ID and variable name.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic void WriteValue(
string DriverID,
string Name,
string Value,
string SubKey
)
Public Sub WriteValue (
DriverID As String,
Name As String,
Value As String,
SubKey As String
)
public:
virtual void WriteValue(
String^ DriverID,
String^ Name,
String^ Value,
String^ SubKey
) sealed
Parameters
- DriverID String
- ProgID of the device to write to
- Name String
- Name of the variable whose value is to be written
- Value String
- The string value to be written
- SubKey String
- Subkey from the profile root in which to write the value
Exceptions
See Also