| ConfigurationItemGet Method |
Retrieves the value of a configuration item from its file.
Namespace:
Galactic.Configuration
Assembly:
Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax protected string Get(
EventLog log
)
Protected Function Get (
log As EventLog
) As String
protected:
String^ Get(
EventLog^ log
)
member Get :
log : EventLog -> string
Parameters
- log
- Type: Galactic.EventLogEventLog
The event log to log exceptions to. May be null for no logging.
Return Value
Type:
StringThe value of the configuration item or null if not found.
See Also