| ConfigurationItemWrite Method |
Writes a configuration item's value to a file.
Namespace:
Galactic.Configuration
Assembly:
Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax protected bool Write(
string value,
EventLog log
)
Protected Function Write (
value As String,
log As EventLog
) As Boolean
protected:
bool Write(
String^ value,
EventLog^ log
)
member Write :
value : string *
log : EventLog -> bool
Parameters
- value
- Type: SystemString
The value to write to the file. - log
- Type: Galactic.EventLogEventLog
The event log to log exceptions to. May be null for no logging.
Return Value
Type:
BooleanTrue if the write was successful, false otherwise.
See Also