indeXus.Net Shared Cache
Get the value based on the key from the app.config

Namespace: MergeSystem.Indexus.Notify
Assembly:  MergeSystem.Indexus.Notify (in MergeSystem.Indexus.Notify.dll)
Version: 2.0.3.270

Syntax

C#
public static string GetStringValueFromConfigByKey(
	string key
)
Visual Basic (Declaration)
Public Shared Function GetStringValueFromConfigByKey ( _
	key As String _
) As String
Visual C++
public:
static String^ GetStringValueFromConfigByKey (
	String^ key
)

Parameters

key
String
String Key-Name

Return Value

string value of a applied key

See Also

Config Class
MergeSystem.Indexus.Notify Namespace