void GetParameter( string strParameterName, ref string strParameterValue )
void GetParameter( String^ strParameterName, String^% strParameterValue )
Parameters
- strParameterName
 - Name of the parameter whose value is determined.
 - strParameterValue
 - Value of the parameter you search for.