MantisConnect 1.0a2

Config.Get Method (String, String)

Gets the value associated with a configuration variable of type string.

[Visual Basic]
Overloads Public Sub Get( _
   ByVal config As String, _
   ByRef str As String _
)
[C#]
public void Get(
   string config,
   out string str
);

Parameters

config
The name of the configuration variable to get.
str
The output parameter to store the config variable in. This is a parameter rather than a return value to allow overloading of this method for different types.

See Also

Config Class | Futureware.MantisConnect Namespace | Config.Get Overload List