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 double GetDoubleValueFromConfigByKey(
	string key
)
Visual Basic (Declaration)
Public Shared Function GetDoubleValueFromConfigByKey ( _
	key As String _
) As Double
Visual C++
public:
static double GetDoubleValueFromConfigByKey (
	String^ key
)

Parameters

key
String
String Key-Name

Return Value

int value of a applied key

See Also

Config Class
MergeSystem.Indexus.Notify Namespace