public void GetParameter( string strParameterName, ref string strParameterValue )
public: void GetParameter( String^ strParameterName, String^% strParameterValue )
Parameters
- strParameterName
- Paramter name
- strParameterValue
- Parameter value as return value
Return Value
Parameter value if parameter exists otherwise nullptrReturns Parameter Value
strParameterValue
. If no Parameter found strParameterValue
is set to nullptr