Get the value associated with the given key.
Namespace: Endeca.LoggingAssembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.0
Syntax
| C# |
|---|
public string GetString( string key ) |
| Visual Basic |
|---|
Public Function GetString ( _ key As String _ ) As String |
| Visual C++ |
|---|
public: String^ GetString( String^ key ) |
Parameters
- key
- Type: System..::..String
The String to use as the key of the element to get.