TheCommonUtils..::..GetCmdArgValue Method
Note: This API is now obsolete.
Assembly: C-DEngine (in C-DEngine.dll)
Retrieves a Value for a Key provided at application host startup for values
provided as parameters in the call to TheBaseApplication.StartBaseApplication.
Namespace:
nsCDEngine.BaseClassesAssembly: 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.