GetResponseParam Method
Gets the value for the specified parameter.
Syntax
[VB.NET] Public Function GetResponseParam(ByVal Name As String) As String
[C#] public string GetResponseParam(string name);
Remarks
Pass the name in the Name parameter to this method and it will return the value from the ResponseParams collection .