C-DEngine 5.105

TheCommonUtils..::..GetCmdArgValue Method

Note: This API is now obsolete.
Retrieves a Value for a Key provided at application host startup for values provided as parameters in the call to TheBaseApplication.StartBaseApplication.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


[ObsoleteAttribute]
public static string GetCmdArgValue(
	string pKey
)
<ObsoleteAttribute> _
Public Shared Function GetCmdArgValue ( _
	pKey As String _
) As String
[ObsoleteAttribute]
public:
static String^ GetCmdArgValue(
	String^ pKey
)

Parameters

pKey
Type: String
Case Sensitive Key to be retrieved.

Return Value

Value provided as key, or null if not found or not available.